From 0f95390c66e228e47fe3c92150ad5b3e298236be Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Thu, 30 Oct 2025 11:13:01 +0200 Subject: [PATCH 1/2] feat: update crd Signed-off-by: Chen Keinan --- .../_components/gitops-operator/crds/promotiontasks.yaml | 2 ++ 1 file changed, 2 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 20d3fa6f..4a540b6b 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -420,6 +420,7 @@ spec: - Failed - Terminated - Suspended + - Skipped type: string steps: items: @@ -477,6 +478,7 @@ spec: - Failed - Terminated - Suspended + - Skipped type: string promoteAppWithCommit: properties: From cc7c265c38f44905806fdf1c4704de2188cbb045 Mon Sep 17 00:00:00 2001 From: Chen Keinan Date: Thu, 30 Oct 2025 11:45:24 +0200 Subject: [PATCH 2/2] feat: update operator tag Signed-off-by: Chen Keinan --- 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 f0b511e5..6cbdf946 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -626,7 +626,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "013aeff" + tag: "293f24f" env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: