From f6ed8a1934060aea9816a253fee037168344bbbe Mon Sep 17 00:00:00 2001 From: scme0 Date: Sun, 12 Oct 2025 11:43:03 +0200 Subject: [PATCH 1/3] add appRevision to appStatus in promotion task crd --- .../_components/gitops-operator/crds/promotiontasks.yaml | 6 ++++++ 1 file changed, 6 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 cac9a9d6f..53499171c 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -482,6 +482,8 @@ spec: properties: appStatus: properties: + appRevision: + type: string health: description: Represents resource health status type: string @@ -520,6 +522,8 @@ spec: properties: appStatus: properties: + appRevision: + type: string health: description: Represents resource health status type: string @@ -608,6 +612,8 @@ spec: properties: appStatus: properties: + appRevision: + type: string health: description: Represents resource health status type: string From 203a66f4349d38e696df3495fc87c01122fcc085 Mon Sep 17 00:00:00 2001 From: scme0 Date: Sun, 12 Oct 2025 13:40:47 +0200 Subject: [PATCH 2/3] update crd --- .../gitops-operator/crds/promotiontasks.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 53499171c..b248af30c 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -482,13 +482,13 @@ spec: properties: appStatus: properties: - appRevision: - type: string health: description: Represents resource health status type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -522,13 +522,13 @@ spec: properties: appStatus: properties: - appRevision: - type: string health: description: Represents resource health status type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -612,13 +612,13 @@ spec: properties: appStatus: properties: - appRevision: - type: string health: description: Represents resource health status type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results From 9e24a5a37e4bf88d8da7a4d1398860dfc49ff959 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:55:25 +0000 Subject: [PATCH 3/3] [gitops-operator]feat: operator: add app revision to app status --- 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 63a07799d..33f421292 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -634,7 +634,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "6881890" + tag: "2f0a248" env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: