From 1c1eb364734da7999e0cf1180034a2caf65075eb Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:58:20 +0200 Subject: [PATCH 1/5] fix: retry on notFound before updating resource status (#912) * [gitops-operator]fix: retry on notFound before updating resource status * trigger ci --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: Chen Keinan --- 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 5b0549fb..ff7c8934 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -677,7 +677,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "ecd6518" + tag: "0b213b5" env: !!merge <<: - *otel-config From 763555e74d5ef8fa6800e8487b2b87ea876aeb11 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:25:24 +0000 Subject: [PATCH 2/5] [cf-argocd-extras]feat: allow running without redis configured --- 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 ff7c8934..f8e8e284 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -143,7 +143,7 @@ global: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: d4fefcb + tag: a24029f nodeSelector: {} tolerations: [] affinity: {} @@ -709,7 +709,7 @@ argo-gateway: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: d4fefcb + tag: a24029f nodeSelector: {} tolerations: [] affinity: {} From 4a9ff07035d1b560fa605081b75f092c9eff2605 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:31:25 +0000 Subject: [PATCH 3/5] [cf-argocd-extras]feat: allow running without redis configured --- 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 f8e8e284..7a3440df 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -143,7 +143,7 @@ global: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: a24029f + tag: d0be510 nodeSelector: {} tolerations: [] affinity: {} @@ -709,7 +709,7 @@ argo-gateway: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: a24029f + tag: d0be510 nodeSelector: {} tolerations: [] affinity: {} From eae97a102433a3f006f35e22725dcfd4a7fdb45f Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Fri, 14 Nov 2025 16:28:11 +0200 Subject: [PATCH 4/5] fix(event-reporter): ensure commit info is emitted without revision metadata --- 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 7a3440df..9cedc576 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -143,7 +143,7 @@ global: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: d0be510 + tag: e6315c0 nodeSelector: {} tolerations: [] affinity: {} @@ -709,7 +709,7 @@ argo-gateway: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: d0be510 + tag: e6315c0 nodeSelector: {} tolerations: [] affinity: {} From da99fbfcb6445f38b60c5ce6af146f1c7e414afd Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Fri, 14 Nov 2025 16:46:37 +0200 Subject: [PATCH 5/5]