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..18747a45 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -487,6 +487,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -500,11 +502,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 +545,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -538,6 +560,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 +658,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 6480e9fa..b81e3f10 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -636,7 +636,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "6881890" + tag: "2784cd5" env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: