From 5936439e7ce552cbc33535ec63e424d55e4844d2 Mon Sep 17 00:00:00 2001 From: scme0 Date: Fri, 10 Oct 2025 13:33:06 +0200 Subject: [PATCH 1/2] update crd --- .../gitops-operator/crds/promotiontasks.yaml | 36 +++++++++++++------ 1 file changed, 25 insertions(+), 11 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 bebc82a1..cac9a9d6 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -385,19 +385,27 @@ spec: type: string failure: properties: - code: - type: string - message: - type: string - stepIndex: - type: integer - while: + error: + properties: + code: + type: string + message: + type: string + stepIndex: + type: integer + while: + type: string + required: + - code + - message + - stepIndex + - while + type: object + timestamp: + format: date-time type: string required: - - code - - message - - stepIndex - - while + - error type: object observedGeneration: format: int64 @@ -670,9 +678,15 @@ spec: - stepIndex - while type: object + timestamps: + items: + format: date-time + type: string + type: array required: - count - error + - timestamps type: object type: array required: From 1bb3f27d0e0c9670fecff80048250c8edee98109 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 10:52:40 +0000 Subject: [PATCH 2/2] [gitops-operator]feat: operator: add timestamps to failure and warnings --- 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 3186907e..1f47b9c6 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: 4d0942a + tag: "6881890" env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: