From e5d09ea1459c4adad4fe8274a30edbe918bcd26f Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 07:04:46 +0000 Subject: [PATCH 1/2] [gitops-operator]fix: set transient error on app sync failure --- 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 9cedc576..b7f92bfb 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: "0b213b5" + tag: "51d32f4" env: !!merge <<: - *otel-config From 4a9bb3b7b7a146d4592cacab2335aa11a44eacd9 Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Sun, 16 Nov 2025 10:42:53 +0200 Subject: [PATCH 2/2] trigger ci