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: 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: