diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 428439af..8908ec1c 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v1 appVersion: "1.2.0" description: A Helm chart for Argo-CD name: argo-cd -version: 0.5.3 +version: 0.5.4 icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png diff --git a/charts/argo-cd/templates/crds/application-crd.yaml b/charts/argo-cd/templates/crds/application-crd.yaml index 71864891..0dfa7a70 100644 --- a/charts/argo-cd/templates/crds/application-crd.yaml +++ b/charts/argo-cd/templates/crds/application-crd.yaml @@ -8,6 +8,7 @@ metadata: name: applications.argoproj.io annotations: "helm.sh/hook": crd-install + "helm.sh/hook-delete-policy": before-hook-creation spec: group: argoproj.io names: @@ -1724,4 +1725,4 @@ spec: versions: - name: v1alpha1 served: true - storage: true \ No newline at end of file + storage: true diff --git a/charts/argo-cd/templates/crds/appproject-crd.yaml b/charts/argo-cd/templates/crds/appproject-crd.yaml index 4048d2be..b7ecccf0 100644 --- a/charts/argo-cd/templates/crds/appproject-crd.yaml +++ b/charts/argo-cd/templates/crds/appproject-crd.yaml @@ -8,6 +8,7 @@ metadata: name: appprojects.argoproj.io annotations: "helm.sh/hook": crd-install + "helm.sh/hook-delete-policy": before-hook-creation spec: group: argoproj.io names: @@ -489,4 +490,4 @@ spec: versions: - name: v1alpha1 served: true - storage: true \ No newline at end of file + storage: true