File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.12-2024.9.30-a87492b22
33kubeVersion : " >=1.23.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 7.4.7-1 -cap-2.12-2024.9.30-a87492b22
6+ version : 7.4.7-2 -cap-2.12-2024.9.30-a87492b22
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -27,4 +27,4 @@ annotations:
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
2929 - kind: changed
30- description: Upgrade argo-cd to v2.12-2024.9.30-a87492b22 with removing secrets and cm watcher
30+ description: Fix extra env in acr controller deployment.yaml
Original file line number Diff line number Diff line change 5757 name : {{ .Values.acrController.name }}
5858 env :
5959 {{- with (concat .Values.global.env .Values.acrController.env) }}
60- {{- toYaml . | nindent 10 }}
60+ {{- toYaml . | nindent 12 }}
6161 {{- end }}
6262 - name : ARGOCD_TOKEN
6363 valueFrom :
You can’t perform that action at this time.
0 commit comments