File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.9-2023.12.28-a52e719a5
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 : 5.51.6-3 -cap-2.9-2023.12.28-a52e719a5
6+ version : 5.51.6-4 -cap-2.9-2023.12.28-a52e719a5
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.9-2023.12.28-a52e719a5
30+ description: Add argo server root path secret to event reporter
Original file line number Diff line number Diff line change 7878 secretKeyRef :
7979 key : token
8080 name : argocd-token
81+ - name : ARGOCD_SERVER_ROOTPATH
82+ valueFrom :
83+ configMapKeyRef :
84+ name : argocd-cmd-params-cm
85+ key : server.rootpath
86+ optional : true
8187 - name : CODEFRESH_URL
8288 valueFrom :
8389 configMapKeyRef :
You can’t perform that action at this time.
0 commit comments