From a4ba1ab8c111bd308679d366f3745534ffd845ca 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 10:43:57 +0000 Subject: [PATCH 1/2] [gitops-operator]fix app proxy client --- 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 4ec72dc7..17527ccc 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.8.6-b0acef6 serviceAccount: create: true annotations: {} From 0b33ca95841e44b7149a597e8c8d8843e9a69548 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 11:05:12 +0000 Subject: [PATCH 2/2] [gitops-operator]feat: Use isAncestor endpoint and git log pagination (over `v0.8.6` - for Spare ONLY!) --- 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 17527ccc..215da164 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -726,7 +726,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29944-0.8.6-b0acef6 + tag: cr-29944-0.8.6-832833c serviceAccount: create: true annotations: {}