diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 129c1e20..05812d2b 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.10-2024.5.14-9315e75e1 +appVersion: v2.10-2024.6.17-77e06d0f6 kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 6.7.18-3-cap-2.10-2024.5.14-9315e75e1 +version: 6.7.18-4-cap-2.10-2024.6.17-77e06d0f6 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -27,6 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Upgrade argo-cd to v2.10-2024.5.14-9315e75e1 - - kind: changed - description: Fix for security vulnerability GHSA-9766-5277-j5hr - Redis authentication + description: Upgrade argo-cd to v2.10-2024.6.17-77e06d0f6 diff --git a/charts/argo-cd/templates/event-reporter/statefulset.yaml b/charts/argo-cd/templates/event-reporter/statefulset.yaml index be921083..11bc9c01 100644 --- a/charts/argo-cd/templates/event-reporter/statefulset.yaml +++ b/charts/argo-cd/templates/event-reporter/statefulset.yaml @@ -102,7 +102,6 @@ spec: key: token name: codefresh-token {{- if or .Values.global.codefresh.tls.caCerts.secret.create .Values.global.codefresh.tls.caCerts.secretKeyRef }} - {{- $name := .Values.global.codefresh.tls.caCerts.secret.create | ternary "codefresh-tls-certs" .Values.global.codefresh.tls.caCerts.secretKeyRef.name }} {{- $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 }} - name: CODEFRESH_SSL_CERT_PATH value: /app/config/codefresh-tls-certs/{{ $key }}