From ecc0a25d2b17e76435020ac2f1c63025856dd0da Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:20:22 +0000 Subject: [PATCH] [gitops-operator]chore: WIP make commit lookback configurable --- 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 10bce077..69400727 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -699,8 +699,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/codefresh-gitops-operator - tag: v0.8.11 + repository: codefresh/dev/codefresh-gitops-operator + tag: cr-29944-configurable-lookback-period-8098a97 serviceAccount: create: true annotations: {}