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 6cccbe83..e7ccfb8d 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -445,14 +445,19 @@ spec: health: description: Represents resource health status type: string + healthMessage: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results type: string syncOperation: type: string + syncOperationMessage: + type: string required: - health + - healthMessage - sync type: object commitSha: @@ -478,14 +483,19 @@ spec: health: description: Represents resource health status type: string + healthMessage: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results type: string syncOperation: type: string + syncOperationMessage: + type: string required: - health + - healthMessage - sync type: object phase: @@ -558,14 +568,19 @@ spec: health: description: Represents resource health status type: string + healthMessage: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results type: string syncOperation: type: string + syncOperationMessage: + type: string required: - health + - healthMessage - sync type: object commitSha: diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index e03c9193..ef41f14d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -726,7 +726,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: b564653 + tag: 3ac2676 env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: