From 46780f8a5285da2d4c87e7cf3c87902fe2055f1f Mon Sep 17 00:00:00 2001 From: scme0 Date: Thu, 23 Oct 2025 12:13:53 +0200 Subject: [PATCH 1/2] all crd changes --- .../gitops-operator/crds/promotiontasks.yaml | 57 +++++++++++++++++-- 1 file changed, 52 insertions(+), 5 deletions(-) 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 From 6d43069ad5a1464b57a06b483d62b7f6a3738276 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:24:31 +0000 Subject: [PATCH 2/2] [gitops-operator]fix: add names for promotion task controllers --- 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 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: