From 540c3d2278cd408127f44d2402dfe0ae103ee66b Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 09:01:48 +0000 Subject: [PATCH] [gitops-operator]feat: Use isAncestor endpoint and git log pagination - out of 0.8.6 - for patch release of 0.22.1 --- 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 4ec72dc74..4e716423d 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.8.11 + repository: codefresh/dev/codefresh-gitops-operator + tag: cr-29944-0.22.1-829ab63 serviceAccount: create: true annotations: {}