From 27a4023c3d327bc1a5768a632aa2a026db82ce9c Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:22:51 +0000 Subject: [PATCH 1/2] [gitops-operator]feat: conditional registration of the rgs controller --- 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 df270bbb..5142249a 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/codefresh-gitops-operator - tag: v0.11.1 + tag: b913720 serviceAccount: create: true annotations: {} From 39a05ee7d19c9fa805fd67c8c0e3991128edb170 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 8 Sep 2025 17:37:17 +0300 Subject: [PATCH 2/2] add workaround for missing semver tag --- charts/gitops-runtime/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 5142249a..e3ca8d64 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -727,6 +727,8 @@ gitops-operator: registry: quay.io repository: codefresh/codefresh-gitops-operator tag: b913720 + env: + GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: create: true annotations: {}