Merge pull request #48 from codefresh-io/CR-22268-argo-vuln-fix

CR-22268-argo-vuln-fix
This commit is contained in:
Oleksandr Saulyak 2024-01-24 17:28:16 +02:00 committed by GitHub
commit 7c10e3b8b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
appVersion: v2.9-2024.1.22-375d827f3 appVersion: v2.9-2024.1.24-ccd7124b3
kubeVersion: ">=1.23.0-0" kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 5.51.6-7-cap-2.9-2024.1.22-375d827f3 version: 5.51.6-8-cap-2.9-2024.1.24-ccd7124b3
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Upgrade Argo CD to v2.9-2024.1.22-375d827f3. With event-reporter support of app in non-controller namespaces when USE_GRPC=false description: Upgrade Argo CD to v2.9-2024.1.24-ccd7124b3. With critical vulnerability fixes of stdlib and go-git/v5