Skip to content

Commit 6933f85

Browse files
Merge branch 'main' into refactor/cf-argocd-extras
2 parents 2d99a05 + 8d13539 commit 6933f85

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ spec:
258258
additionalProperties:
259259
type: string
260260
type: object
261+
stage:
262+
type: string
263+
uid:
264+
maxLength: 36
265+
minLength: 36
266+
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}$
267+
type: string
261268
workflowTemplateName:
262269
maxLength: 253
263270
minLength: 1
@@ -526,9 +533,12 @@ spec:
526533
description: NodePhase is a label for the condition
527534
of a node at the current time.
528535
type: string
536+
templateName:
537+
type: string
529538
required:
530539
- name
531540
- phase
541+
- templateName
532542
type: object
533543
type: array
534544
phase:

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ gitops-operator:
692692
# -- defaults
693693
registry: quay.io
694694
repository: codefresh/codefresh-gitops-operator
695-
tag: 3ac2676
695+
tag: 8bd2a64
696696
env:
697697
GITOPS_OPERATOR_VERSION: 0.11.1
698698
serviceAccount:

0 commit comments

Comments
 (0)