Skip to content

Commit 1401969

Browse files
fix: improve error handling (#791)
* add Complete prop * [gitops-operator]fix: 404 status update should fail immediately --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com>
1 parent ca04b11 commit 1401969

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
@@ -322,6 +322,8 @@ spec:
322322
status:
323323
description: PromotionTaskStatus defines the observed state of PromotionTask
324324
properties:
325+
complete:
326+
type: boolean
325327
conditions:
326328
items:
327329
description: Condition contains details for one aspect of the current

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ gitops-operator:
634634
# -- defaults
635635
registry: quay.io
636636
repository: codefresh/codefresh-gitops-operator
637-
tag: 09098f6
637+
tag: 4d0942a
638638
env:
639639
GITOPS_OPERATOR_VERSION: 0.11.1
640640
serviceAccount:

0 commit comments

Comments
 (0)