fix(argo-cd): only exclude *.tgz in the top-level chart dir (#633)
This should fix #585. Ref: - https://github.com/argoproj/argo-helm/issues/585 - https://helm.sh/docs/chart_template_guide/helm_ignore_file/ Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
eedcf15a9c
commit
976649ec56
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
*.tgz
|
/*.tgz
|
||||||
output
|
output
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: 1.8.4
|
appVersion: 1.8.4
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 2.17.4
|
version: 2.17.5
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
Loading…
Reference in a new issue