From c42fcf2b51277acb4d982d9c031fd722c943b17d Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 8 Oct 2024 11:10:52 +0300 Subject: [PATCH 1/3] new argo-cd v2.12-2024.10.5-66e1e38fa with changeRevision reporting --- charts/argo-cd/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index b92229cc8..19c96c726 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.12-2024.9.30-a87492b22 +appVersion: v2.12-2024.10.5-66e1e38fa kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 7.4.7-2-cap-2.12-2024.9.30-a87492b22 +version: 7.4.7-3-cap-2.12-2024.10.5-66e1e38fa home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Fix extra env in acr controller deployment.yaml + description: Feat: (event-reporter) report change revisions metadata in app annotations From 2eb2aa5eee9110b00a9f096a69447e12d19230ad Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 8 Oct 2024 11:28:29 +0300 Subject: [PATCH 2/3] fix lint issue --- charts/argo-cd/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 19c96c726..9040a41de 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Feat: (event-reporter) report change revisions metadata in app annotations + description: Feat: [event-reporter] report change revisions metadata in app annotations From 2fbac5a5f8e77e4a569f1854b9f28eb28b179511 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 8 Oct 2024 11:32:51 +0300 Subject: [PATCH 3/3] lint fix --- charts/argo-cd/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 9040a41de..d06a81f19 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Feat: [event-reporter] report change revisions metadata in app annotations + description: Feat [event-reporter] report change revisions metadata in app annotations