From 699e013525a64ddf1e0538f521e4747bbc3e6a64 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:12:43 +0000 Subject: [PATCH 1/2] [gitops-operator]fix: component-test gitea deployment --- 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 31c7146d..20eb2ee6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -728,7 +728,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: b9481f8 + tag: 6cad5ad env: GITOPS_OPERATOR_VERSION: 0.10.1 # hacky workaround, since our tags are no longer semver compliant serviceAccount: From a497d5f9d2dd1da14199a747620d98b4d9eb2bfb Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 1 Oct 2025 13:34:04 +0300 Subject: [PATCH 2/2] bump