From f1de7337e22200689ac692e9ec3ebff77d17f863 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 21 Nov 2024 10:58:38 +0200 Subject: [PATCH 1/5] event-reporter: new env variable CODEFRESH_RUNTIME_VERSION --- charts/argo-cd/templates/event-reporter/statefulset.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/argo-cd/templates/event-reporter/statefulset.yaml b/charts/argo-cd/templates/event-reporter/statefulset.yaml index 2339bad3..e9e8ad37 100644 --- a/charts/argo-cd/templates/event-reporter/statefulset.yaml +++ b/charts/argo-cd/templates/event-reporter/statefulset.yaml @@ -91,6 +91,12 @@ spec: name: argocd-cmd-params-cm key: server.rootpath optional: true + - name: CODEFRESH_RUNTIME_VERSION + valueFrom: + configMapKeyRef: + name: codefresh-cm + key: version + optional: true - name: CODEFRESH_URL valueFrom: configMapKeyRef: From 100d0f35d8178f46677da680771dd58162f25bb4 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Fri, 22 Nov 2024 14:06:55 +0200 Subject: [PATCH 2/5] dev chart image --- 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 b9635040..012ebf78 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v2.12.3-2024.11.14-d7a4c4e7e 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-6-cap-2.12.3-2024.11.14-d7a4c4e7e +version: 7.4.7-7-cap-2.12.3-2024.11.14-d7a4c4e7e home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: From 33bcd26c161fa446be3d437b7eb2982a0754c2ab Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 3 Dec 2024 12:55:02 +0200 Subject: [PATCH 3/5] argo-cd v2.12.3-2024.12.3-a26fd084e --- charts/argo-cd/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 012ebf78..78ddb6be 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.12.3-2024.11.14-d7a4c4e7e +appVersion: v2.12.3-2024.12.3-a26fd084e 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-7-cap-2.12.3-2024.11.14-d7a4c4e7e +version: 7.4.7-7-cap-2.12.3-2024.12.3-a26fd084e home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -26,5 +26,5 @@ annotations: fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - - kind: fixed - description: argo-cd updated to v2.12.3-2024.11.14-d7a4c4e7e with repeated resources fix in repo-server for apps with directory type source + - kind: feature + description: argo-cd updated to v2.12.3-2024.12.3-a26fd084e with multi-source applications extended support in event-reporter From a48f4bdbef21af354d59a37aa7276eeea4465836 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 3 Dec 2024 13:15:20 +0200 Subject: [PATCH 4/5] fixed kind in chart annotations --- 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 78ddb6be..1d9302f9 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -26,5 +26,5 @@ annotations: fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - - kind: feature + - kind: feat description: argo-cd updated to v2.12.3-2024.12.3-a26fd084e with multi-source applications extended support in event-reporter From a5ea7cafef3b876e35d1b18b0c32fc727b38e149 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 3 Dec 2024 13:19:28 +0200 Subject: [PATCH 5/5] fixed chart annotations kind --- 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 1d9302f9..52d58c99 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -26,5 +26,5 @@ annotations: fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - - kind: feat + - kind: changed description: argo-cd updated to v2.12.3-2024.12.3-a26fd084e with multi-source applications extended support in event-reporter