From 36ccd5838ab471ff7517fd5ba51c085ae5ee1f4c Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Wed, 24 Mar 2021 13:53:30 +0100 Subject: [PATCH] fix(argo-cd): only exclude *.tgz in the top-level chart dir 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 --- charts/argo-cd/.helmignore | 2 +- charts/argo-cd/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/.helmignore b/charts/argo-cd/.helmignore index 2df6bf53..94c89570 100644 --- a/charts/argo-cd/.helmignore +++ b/charts/argo-cd/.helmignore @@ -1,2 +1,2 @@ -*.tgz +/*.tgz output diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 38c19b15..408fda4f 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.8.4 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.17.4 +version: 2.17.5 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: