We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca04b11 commit 1401969Copy full SHA for 1401969
charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml
@@ -322,6 +322,8 @@ spec:
322
status:
323
description: PromotionTaskStatus defines the observed state of PromotionTask
324
properties:
325
+ complete:
326
+ type: boolean
327
conditions:
328
items:
329
description: Condition contains details for one aspect of the current
charts/gitops-runtime/values.yaml
@@ -634,7 +634,7 @@ gitops-operator:
634
# -- defaults
635
registry: quay.io
636
repository: codefresh/codefresh-gitops-operator
637
- tag: 09098f6
+ tag: 4d0942a
638
env:
639
GITOPS_OPERATOR_VERSION: 0.11.1
640
serviceAccount:
0 commit comments