From a8f81379babdf5706c736e1c382962dd94912aa8 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Mon, 10 Nov 2025 23:13:13 +0200 Subject: [PATCH 1/6] 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 c54d2691af50ba34dbf2b949f375748e5a33cef3 Mon Sep 17 00:00:00 2001 From: Eti Zaguri Date: Tue, 11 Nov 2025 08:53:34 +0200 Subject: [PATCH 2/6] dummy PR (#909) From 97f90e998f8aa3bb583c42b29fe5d9981ac157f1 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 3/6] [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 3feb9c46ea1441c61c09960ce2cf809cc3917b17 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 4/6] [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 3bf72da80feb5024f289c8af29ec9f2573ed13b1 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Fri, 14 Nov 2025 11:07:38 +0200 Subject: [PATCH 5/6] fix --- 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 b86d82d7..92835134 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.0.0-rc.1 +appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 25.11-0 +version: 0.0.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From a32832905a8d2d6c681f3c10fbd9f490c740bae0 Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Fri, 14 Nov 2025 14:55:48 +0200 Subject: [PATCH 6/6] 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: {}