From 90856b4f7ec5afed467b852eacc85c37d855d2ce Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Wed, 5 Nov 2025 13:19:03 +0200 Subject: [PATCH 1/2] feat: wait with temination until failed or completed Signed-off-by: Chen Keinan --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 92835134..762cbfab 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.72 +appVersion: 2.0.0 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime version: 0.0.0 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 5bfa11f6..2527bf6c 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -682,7 +682,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "6882325" + tag: "cr-32078" env: !!merge <<: - *otel-config From 26decd8a896c8863b5db30e3945235afbee0bb65 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 09:40:39 +0000 Subject: [PATCH 2/2] [gitops-operator]feat: wait with termination until failed or completed --- 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 2527bf6c..28b3343b 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -682,7 +682,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "cr-32078" + tag: "b38cd22" env: !!merge <<: - *otel-config