From 8a401ba9a14134f639d84a3998763963f62d0432 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:13:10 +0000 Subject: [PATCH] [gitops-operator]fix: logging for sync failed handler --- 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 9a0482fbb..65f84ed0d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,8 +725,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/codefresh-gitops-operator - tag: v0.11.1 + repository: codefresh/dev/codefresh-gitops-operator + tag: fix-logging-for-sync-failed-handler-a611c68 serviceAccount: create: true annotations: {}