From 554ac51c879c6d2c58414ae9d904a5e3c020662b Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:38:23 +0000 Subject: [PATCH 1/8] [gitops-operator]fix: make maps using in multi-threaded contexts, thread safe --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 756874adf..3dd0eb510 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -699,8 +699,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/codefresh-gitops-operator - tag: v0.8.7 + repository: codefresh/dev/codefresh-gitops-operator + tag: cr-30224-05d8c9e serviceAccount: create: true annotations: {} From e6cbd10b7e9b4bd0f5ecacda89a04405af30cd8c Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:44:06 +0000 Subject: [PATCH 2/8] [gitops-operator]fix: make maps using in multi-threaded contexts, thread safe --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 3dd0eb510..60bc70f68 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -700,7 +700,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-30224-05d8c9e + tag: cr-30224-63d003e serviceAccount: create: true annotations: {} From 66490c03a9e49fbe79b4d9930a7ae462293f9e73 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:18:37 +0000 Subject: [PATCH 3/8] [gitops-operator]fix: make maps using in multi-threaded contexts, thread safe --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 60bc70f68..dc585c53b 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -700,7 +700,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-30224-63d003e + tag: cr-30224-155c9a6 serviceAccount: create: true annotations: {} From 8102132c2c0d9b69904519b787e00531a9317978 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:11:42 +0000 Subject: [PATCH 4/8] [gitops-operator]fix: make maps using in multi-threaded contexts, thread safe --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index dc585c53b..5deab7d7a 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -700,7 +700,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-30224-155c9a6 + tag: cr-30224-dc243ed serviceAccount: create: true annotations: {} From c651f2d96bf6fdc847cb1220a7b3e3d7ba89db6f Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:58:41 +0300 Subject: [PATCH 5/8] fix: event-reporter should handle applications from a specific argo-cd instance (#618) https://codefresh-io.atlassian.net/browse/CR-29612 * bump cf-argocd-extras to version `0.5.12` - fix: event-reporter should handle applications from a specific argo-cd instance (https://github.com/codefresh-io/cf-argocd-extras/releases/tag/v0.5.12) * bump cap-app-proxy to version `1.3674.0` - fix: get inactive applications only in app-proxy runtime (https://github.com/codefresh-io/argo-platform/releases/tag/1.3674.0) --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: Noam Gal --- charts/gitops-runtime/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 5deab7d7a..eebf91454 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -564,14 +564,14 @@ app-proxy: tag: 1.1.14-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3651.0 + tag: 1.3674.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3651.0 + tag: 1.3674.0 pullPolicy: IfNotPresent command: - ./init.sh @@ -699,8 +699,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/dev/codefresh-gitops-operator - tag: cr-30224-dc243ed + repository: codefresh/codefresh-gitops-operator + tag: v0.8.7 serviceAccount: create: true annotations: {} @@ -729,7 +729,7 @@ cf-argocd-extras: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: v0.5.11 + tag: v0.5.12 nodeSelector: {} tolerations: [] affinity: {} @@ -753,7 +753,7 @@ cf-argocd-extras: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: v0.5.11 + tag: v0.5.12 nodeSelector: {} tolerations: [] affinity: {} From ca64a573be8db0a4a816fb9c2873011e924ddd28 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:14:54 +0000 Subject: [PATCH 6/8] [gitops-operator]fix: make maps using in multi-threaded contexts, thread safe --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index eebf91454..365381c3f 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -699,8 +699,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/codefresh-gitops-operator - tag: v0.8.7 + repository: codefresh/dev/codefresh-gitops-operator + tag: cr-30224-be24470 serviceAccount: create: true annotations: {} From e783d5d3c2213bbdef574c165c56e1c59b8ddbef Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:58:41 +0300 Subject: [PATCH 7/8] fix: event-reporter should handle applications from a specific argo-cd instance (#618) https://codefresh-io.atlassian.net/browse/CR-29612 * bump cf-argocd-extras to version `0.5.12` - fix: event-reporter should handle applications from a specific argo-cd instance (https://github.com/codefresh-io/cf-argocd-extras/releases/tag/v0.5.12) * bump cap-app-proxy to version `1.3674.0` - fix: get inactive applications only in app-proxy runtime (https://github.com/codefresh-io/argo-platform/releases/tag/1.3674.0) --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: Noam Gal --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 365381c3f..eebf91454 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -699,8 +699,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/dev/codefresh-gitops-operator - tag: cr-30224-be24470 + repository: codefresh/codefresh-gitops-operator + tag: v0.8.7 serviceAccount: create: true annotations: {} From 7d5239fe45930b2ff6fee33fda0f6121fb4a3ca0 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:18:01 +0000 Subject: [PATCH 8/8] [gitops-operator]fix: make maps using in multi-threaded contexts, thread safe --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index eebf91454..88152bf0a 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -700,7 +700,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: v0.8.7 + tag: v0.8.10 serviceAccount: create: true annotations: {}