From 51bbd66498a6f50e3e5f2dce20df0d4edb1a4591 Mon Sep 17 00:00:00 2001 From: scme0 Date: Fri, 10 Apr 2026 10:10:49 +0200 Subject: [PATCH 1/2] re-enable component test --- .github/workflows/component-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/component-test.yaml b/.github/workflows/component-test.yaml index 7a9a134a5..2b97bfeb1 100644 --- a/.github/workflows/component-test.yaml +++ b/.github/workflows/component-test.yaml @@ -15,7 +15,6 @@ on: jobs: component-test: - if : false # temporarily disable component tests runs-on: ubuntu-latest env: From e49f09df5058172ae6859b72538243ef1a09901f Mon Sep 17 00:00:00 2001 From: scme0 Date: Fri, 10 Apr 2026 10:11:07 +0200 Subject: [PATCH 2/2] Update gitops operator to dev image --- 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 30a2b6cb9..80ffa2f99 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -646,8 +646,8 @@ gitops-operator: # -- GitOps operator image image: registry: quay.io - repository: codefresh/codefresh-gitops-operator - tag: b9540c4 + repository: codefresh/dev/codefresh-gitops-operator + tag: chore-cr-33112-update-argocd-security-fix-take-2-dd015d7 env: !!merge <<: - *otel-config