From 84a144b56c544ee7d70d6461eb75ea4916b81f38 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Wed, 10 Apr 2024 14:03:17 +0300 Subject: [PATCH 1/3] argo-cd v2.9-2024.4.10-dcc1723fd --- 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 804d3f1e..88b0cd0e 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.9-2024.3.17-6fd9979e1 +appVersion: v2.9-2024.4.10-dcc1723fd 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-9-cap-2.9-2024.3.17-6fd9979e1 +version: 5.53.12-10-cap-2.9-2024.4.10-dcc1723fd 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: Change ArgoCD image to 2.9-2024.3.17-6fd9979e1 which includes fix in session manager. + description: Upgrade argo-cd to v2.9-2024.4.10-dcc1723fd which includes fix for application versions From f82dfae1789e59a5371293fb1ee2606975b406b5 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Wed, 10 Apr 2024 14:08:31 +0300 Subject: [PATCH 2/3] fix linter --- 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 88b0cd0e..6d8a5367 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: Upgrade argo-cd to v2.9-2024.4.10-dcc1723fd which includes fix for application versions + description: Upgrade argo-cd to v2.9-2024.4.10-dcc1723fd which includes fix for application versions From 60850f92182c30c93629dc46fd9c8d75733d5ea2 Mon Sep 17 00:00:00 2001 From: shirtabachii Date: Wed, 10 Apr 2024 16:02:43 +0300 Subject: [PATCH 3/3] Change helm/chart-releaser step version to 1.5.0 Signed-off-by: shirtabachii --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 03935424..41bc5cdc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}" - name: Run chart-releaser - uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 + uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 - currently there is a bug on 1.6.0 version, can upgrade back when it'll be solved - https://github.com/helm/chart-releaser-action/issues/171 with: config: "./.github/configs/cr.yaml" skip_packaging: true