From 72158242534e45567905ba1521aecf86622880ac Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Mon, 10 Nov 2025 23:13:13 +0200 Subject: [PATCH 1/7] chore: update app version and chart version in Chart.yaml to 1.0.0-rc.1 and 25.11-0 respectively --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 92835134..b86d82d7 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.1.72 +appVersion: 1.0.0-rc.1 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.0.0 +version: 25.11-0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From eb6ee605ce82be366094d993ee70cfef30373a44 Mon Sep 17 00:00:00 2001 From: Eti Zaguri Date: Tue, 11 Nov 2025 08:53:34 +0200 Subject: [PATCH 2/7] dummy PR (#909) From 2f5ce93b8834ca099421402aa6b0b4571f67be2b 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 15:14:13 +0200 Subject: [PATCH 3/7] fix: retry on notFound before updating resource status (#914) * [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 8d68efde..5b0549fb 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: "3274011" + tag: "ecd6518" env: !!merge <<: - *otel-config 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 4/7] 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 5/7] [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 6/7] [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 7/7] 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: {}