From e908ef6bc75b1f36c72a37651669bd9a44856e1d Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:02:20 +0000 Subject: [PATCH] [gitops-operator]feat: WIP Add ReleaseStep CRDs --- 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 9a0482fb..7dd3dece 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.11.1 + repository: codefresh/dev/codefresh-gitops-operator + tag: feat-add-releasestep-crd-521675f serviceAccount: create: true annotations: {}