diff --git a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml index 0fc9d5c9..e8a8e3e4 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -388,6 +388,26 @@ spec: error: properties: code: + description: PromotionTaskErrorCode + enum: + - Unknown + - FailedGettingApplication + - FailedGettingPromotableProperties + - FailedGettingAppStatusForCommitSha + - FailedGettingArgoCDClient + - FailedGettingArgoCDAppClient + - FailedSyncingAppExplicitly + - FailedPushingCommitWithValues + - AlreadyFailedOrTerminated + - FailedSendingStatusToPlatform + - AppFailedToSync + - AppBecameDegraded + - FailedToSubmitWorkflow + - WorkflowFailed + - FailedToStopWorkflow + - FailedToGetWorkflowByUID + - FailedToResumeWorkflow + - FailedToUpdateTaskStatus type: string message: type: string @@ -771,6 +791,26 @@ spec: error: properties: code: + description: PromotionTaskErrorCode + enum: + - Unknown + - FailedGettingApplication + - FailedGettingPromotableProperties + - FailedGettingAppStatusForCommitSha + - FailedGettingArgoCDClient + - FailedGettingArgoCDAppClient + - FailedSyncingAppExplicitly + - FailedPushingCommitWithValues + - AlreadyFailedOrTerminated + - FailedSendingStatusToPlatform + - AppFailedToSync + - AppBecameDegraded + - FailedToSubmitWorkflow + - WorkflowFailed + - FailedToStopWorkflow + - FailedToGetWorkflowByUID + - FailedToResumeWorkflow + - FailedToUpdateTaskStatus type: string message: type: string diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 795eb25e..e1f02aba 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -682,7 +682,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "dba38ea" + tag: "0706ea4" env: !!merge <<: - *otel-config