Skip to content

Commit ef667d2

Browse files
committed
update crd
1 parent baabd74 commit ef667d2

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
@@ -714,6 +734,26 @@ spec:
714734
error:
715735
properties:
716736
code:
737+
description: PromotionTaskErrorCode
738+
enum:
739+
- Unknown
740+
- FailedGettingApplication
741+
- FailedGettingPromotableProperties
742+
- FailedGettingAppStatusForCommitSha
743+
- FailedGettingArgoCDClient
744+
- FailedGettingArgoCDAppClient
745+
- FailedSyncingAppExplicitly
746+
- FailedPushingCommitWithValues
747+
- AlreadyFailedOrTerminated
748+
- FailedSendingStatusToPlatform
749+
- AppFailedToSync
750+
- AppBecameDegraded
751+
- FailedToSubmitWorkflow
752+
- WorkflowFailed
753+
- FailedToStopWorkflow
754+
- FailedToGetWorkflowByUID
755+
- FailedToResumeWorkflow
756+
- FailedToUpdateTaskStatus
717757
type: string
718758
message:
719759
type: string

0 commit comments

Comments
 (0)