From 5961fb9b8b59063052d8467bc48ca313555bc410 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:32:53 +0000 Subject: [PATCH 1/2] [gitops-operator]fix: retry on notFound before updating resource status --- 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 3bc18612f5c642e6ff94dc89a12c1ef0d3b10405 Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Thu, 13 Nov 2025 14:20:36 +0200 Subject: [PATCH 2/2] trigger ci