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 cac9a9d6..8980cf21 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -413,7 +413,6 @@ spec: phase: description: PromotionTaskPhase enum: - - Pending - Executing - Terminating - Succeeded @@ -470,7 +469,6 @@ spec: phase: description: PromotionTaskPhase enum: - - Pending - Executing - Terminating - Succeeded @@ -487,6 +485,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -500,11 +500,29 @@ spec: - healthMessage - sync type: object - commitSha: - maxLength: 40 - minLength: 7 - pattern: (^[A-Fa-f0-9]+$|^$) - type: string + commitInfo: + properties: + commitAuthorId: + properties: + email: + type: string + username: + type: string + required: + - email + - username + type: object + commitDate: + format: date-time + type: string + commitMessage: + type: string + commitSha: + maxLength: 40 + minLength: 7 + pattern: (^[A-Fa-f0-9]+$|^$) + type: string + type: object phase: description: PromoteAppWithCommitPhase enum: @@ -525,6 +543,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -538,6 +558,29 @@ spec: - healthMessage - sync type: object + commitInfo: + properties: + commitAuthorId: + properties: + email: + type: string + username: + type: string + required: + - email + - username + type: object + commitDate: + format: date-time + type: string + commitMessage: + type: string + commitSha: + maxLength: 40 + minLength: 7 + pattern: (^[A-Fa-f0-9]+$|^$) + type: string + type: object phase: description: PromoteAppWithPRPhase enum: @@ -613,6 +656,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results