From 44c4aa872f6c97ef02b0fa66218c6e654a0b6e72 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 29 Sep 2025 17:42:47 +0200 Subject: [PATCH] update promotion task crd --- .../gitops-operator/crds/promotiontasks.yaml | 12 ++++++++++++ 1 file changed, 12 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 e7ccfb8d..8235dff0 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -506,6 +506,18 @@ spec: - Syncing - Complete type: string + prStatus: + properties: + isClosed: + description: |- + IsClosed is true if either the PR is merged or closed without merging. If the PR is merged, MergeCommitSHA will + also be set. + type: boolean + mergeCommitSha: + type: string + required: + - isClosed + type: object prUrl: format: uri type: string