From 286f6b97d888eceab585e0467ddd99d2e8a20a6b Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 22 Sep 2025 16:31:57 +0200 Subject: [PATCH 1/3] Update CRD --- .../gitops-operator/crds/promotiontasks.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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: From e64d13d325e2c8e12d3fad4c0c51660fdd270992 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 22 Sep 2025 16:37:51 +0200 Subject: [PATCH 2/3] trigger From 718d80455395d69a559cc6152000a9cd95957e5e Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:23:42 +0000 Subject: [PATCH 3/3] [gitops-operator]feat: add error messages for appStatus --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: