Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ spec:
status:
description: PromotionTaskStatus defines the observed state of PromotionTask
properties:
complete:
type: boolean
conditions:
items:
description: Condition contains details for one aspect of the current
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: 09098f6
tag: 4d0942a
env:
GITOPS_OPERATOR_VERSION: 0.11.1
serviceAccount:
Expand Down