File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : v2.10-2024.5.14-9315e75e1
2+ appVersion : v2.10-2024.6.17-77e06d0f6
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 : 6.7.18-3 -cap-2.10-2024.5.14-9315e75e1
6+ version : 6.7.18-4 -cap-2.10-2024.6.17-77e06d0f6
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -27,6 +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.10-2024.5.14-9315e75e1
31- - kind: changed
32- description: Fix for security vulnerability GHSA-9766-5277-j5hr - Redis authentication
30+ description: Upgrade argo-cd to v2.10-2024.6.17-77e06d0f6
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ spec:
102102 key : token
103103 name : codefresh-token
104104 {{- if or .Values.global.codefresh.tls.caCerts.secret.create .Values.global.codefresh.tls.caCerts.secretKeyRef }}
105- {{- $name := .Values.global.codefresh.tls.caCerts.secret.create | ternary "codefresh-tls-certs" .Values.global.codefresh.tls.caCerts.secretKeyRef.name }}
106105 {{- $key := .Values.global.codefresh.tls.caCerts.secret.create | ternary (default "ca-bundle.crt" .Values.global.codefresh.tls.caCerts.secret.key) .Values.global.codefresh.tls.caCerts.secretKeyRef.key }}
107106 - name : CODEFRESH_SSL_CERT_PATH
108107 value : /app/config/codefresh-tls-certs/{{ $key }}
You can’t perform that action at this time.
0 commit comments