From 668e24501bbf35c5fa8955747da0d6ca83e7c0c7 Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Wed, 5 Nov 2025 13:28:28 +0200 Subject: [PATCH 1/5] feat: wait with temination until failed or completed Signed-off-by: Chen Keinan --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 4b6224db6c662541ad30c934e77b2a9f683283f7 Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Thu, 6 Nov 2025 11:53:39 +0200 Subject: [PATCH 2/5] chore: bump gitops-operator tag to b38cd22 Signed-off-by: Chen Keinan --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 762cbfab..92835134 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.0.0 +appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime version: 0.0.0 From 3c55ade2fdea6a6152a9e77e6c5f0fd724bc21ca Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Thu, 6 Nov 2025 12:11:11 +0200 Subject: [PATCH 3/5] chore: bump gitops-operator tag to b38cd22 Signed-off-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 b01799fe..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: "fe813e0" + tag: "b38cd22" env: !!merge <<: - *otel-config From 60628a10fac0e8693ab57365ada2a340292d8398 Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Thu, 6 Nov 2025 13:21:41 +0200 Subject: [PATCH 4/5] trigger ci From 2c2e11cad1ee6876b8e32474f450c6854e7779ef Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Thu, 6 Nov 2025 13:41:20 +0200 Subject: [PATCH 5/5] trigger ci