From e2249403f2d70c1f7d0888fb7516584e31d0f1c3 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 27 Oct 2025 14:50:37 +0100 Subject: [PATCH 1/2] update promtask crd --- .../_components/gitops-operator/crds/promotiontasks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml index 18747a45..20d3fa6f 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -522,7 +522,7 @@ spec: commitSha: maxLength: 40 minLength: 7 - pattern: (^[A-Fa-f0-9]+$|^$) + pattern: (^[A-Fa-f0-9]+$|^$) type: string type: object phase: @@ -580,7 +580,7 @@ spec: commitSha: maxLength: 40 minLength: 7 - pattern: (^[A-Fa-f0-9]+$|^$) + pattern: (^[A-Fa-f0-9]+$|^$) type: string type: object phase: From e6787755d235dff5aba4428898e02a77214a14e6 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:58:24 +0000 Subject: [PATCH 2/2] [gitops-operator]fix: operator: fix no-changes commit sha and pr url in crd --- 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 d23ef9cb..9e043df2 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -636,7 +636,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "f555185" + tag: "32dce59" env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: