Skip to content

Commit 2a086d6

Browse files
authored
feat: update promotion task crd (#872)
* feat: update crd Signed-off-by: Chen Keinan <hen.keinan@gmail.com> * feat: update operator tag Signed-off-by: Chen Keinan <hen.keinan@gmail.com> --------- Signed-off-by: Chen Keinan <hen.keinan@gmail.com>
1 parent 2aa6e47 commit 2a086d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ spec:
420420
- Failed
421421
- Terminated
422422
- Suspended
423+
- Skipped
423424
type: string
424425
steps:
425426
items:
@@ -477,6 +478,7 @@ spec:
477478
- Failed
478479
- Terminated
479480
- Suspended
481+
- Skipped
480482
type: string
481483
promoteAppWithCommit:
482484
properties:

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ gitops-operator:
626626
# -- defaults
627627
registry: quay.io
628628
repository: codefresh/codefresh-gitops-operator
629-
tag: "013aeff"
629+
tag: "293f24f"
630630
env:
631631
GITOPS_OPERATOR_VERSION: 0.11.1
632632
serviceAccount:

0 commit comments

Comments
 (0)