Skip to content

Commit 5b83adc

Browse files
scme0codefresh-v2-pipelines[bot]
authored andcommitted
update crd
1 parent e1519ca commit 5b83adc

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,26 @@ spec:
388388
error:
389389
properties:
390390
code:
391+
description: PromotionTaskErrorCode
392+
enum:
393+
- Unknown
394+
- FailedGettingApplication
395+
- FailedGettingPromotableProperties
396+
- FailedGettingAppStatusForCommitSha
397+
- FailedGettingArgoCDClient
398+
- FailedGettingArgoCDAppClient
399+
- FailedSyncingAppExplicitly
400+
- FailedPushingCommitWithValues
401+
- AlreadyFailedOrTerminated
402+
- FailedSendingStatusToPlatform
403+
- AppFailedToSync
404+
- AppBecameDegraded
405+
- FailedToSubmitWorkflow
406+
- WorkflowFailed
407+
- FailedToStopWorkflow
408+
- FailedToGetWorkflowByUID
409+
- FailedToResumeWorkflow
410+
- FailedToUpdateTaskStatus
391411
type: string
392412
message:
393413
type: string
@@ -771,6 +791,26 @@ spec:
771791
error:
772792
properties:
773793
code:
794+
description: PromotionTaskErrorCode
795+
enum:
796+
- Unknown
797+
- FailedGettingApplication
798+
- FailedGettingPromotableProperties
799+
- FailedGettingAppStatusForCommitSha
800+
- FailedGettingArgoCDClient
801+
- FailedGettingArgoCDAppClient
802+
- FailedSyncingAppExplicitly
803+
- FailedPushingCommitWithValues
804+
- AlreadyFailedOrTerminated
805+
- FailedSendingStatusToPlatform
806+
- AppFailedToSync
807+
- AppBecameDegraded
808+
- FailedToSubmitWorkflow
809+
- WorkflowFailed
810+
- FailedToStopWorkflow
811+
- FailedToGetWorkflowByUID
812+
- FailedToResumeWorkflow
813+
- FailedToUpdateTaskStatus
774814
type: string
775815
message:
776816
type: string

0 commit comments

Comments
 (0)