Skip to content
Open
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 @@ -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
Expand Down Expand Up @@ -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
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 @@ -682,7 +682,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: "dba38ea"
tag: "0706ea4"
env:
!!merge <<:
- *otel-config
Expand Down