Skip to content

Commit 8d13539

Browse files
authored
feat: add runWorkflow step handler (#785)
* update crd * update operator image tag to 8bd2a64
1 parent cc89beb commit 8d13539

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
@@ -730,7 +730,7 @@ gitops-operator:
730730
# -- defaults
731731
registry: quay.io
732732
repository: codefresh/codefresh-gitops-operator
733-
tag: 3ac2676
733+
tag: 8bd2a64
734734
env:
735735
GITOPS_OPERATOR_VERSION: 0.11.1
736736
serviceAccount:

0 commit comments

Comments
 (0)