From 28e7c63eba93e08c5ad334b32e4efe8853c86469 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 6 Oct 2025 15:17:27 +0200 Subject: [PATCH 1/2] update crd --- .../gitops-operator/crds/promotiontasks.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 e7ccfb8d..2c3d5fe5 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -258,6 +258,13 @@ spec: additionalProperties: type: string type: object + stage: + type: string + uid: + maxLength: 36 + minLength: 36 + pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ + type: string workflowTemplateName: maxLength: 253 minLength: 1 @@ -526,9 +533,12 @@ spec: description: NodePhase is a label for the condition of a node at the current time. type: string + templateName: + type: string required: - name - phase + - templateName type: object type: array phase: From d001eca8f53e535e19b6f7c51a30d4c0547b9ef9 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 6 Oct 2025 15:19:36 +0200 Subject: [PATCH 2/2] update operator image tag to 8bd2a64 --- 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 2795a922..0bab6cac 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -730,7 +730,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: 3ac2676 + tag: 8bd2a64 env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: