From 34d497d30668ee5b8757538c1ee93d8bf50625b6 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Tue, 12 Mar 2024 15:54:44 +0200 Subject: [PATCH] update argo-cd with updated format of jsonPath --- charts/argo-cd/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 85812af0..6c10aee5 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.9-2024.3.5-80c3e7225 +appVersion: v2.9-2024.3.12-b23aa3fb6 kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.53.12-6-cap-2.9-2024.3.5-80c3e7225 +version: 5.53.12-7-cap-2.9-2024.3.12-b23aa3fb6 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -30,3 +30,5 @@ annotations: description: Enable Event Reporter 2.0 by default with 3 replicas. - kind: changed description: Change ArgoCD image to 2.9-2024.3.5-80c3e7225 which includes event-reporter rate-limiter. + - kind: changed + description: jsonPath to application versions uses format with $ sign for root element.