From fc37a66f989cf774cf296b88951bc633b35a38cd Mon Sep 17 00:00:00 2001 From: scme0 Date: Wed, 1 Oct 2025 14:57:18 +0200 Subject: [PATCH 1/3] update promotiontask crd --- .../_components/gitops-operator/crds/promotiontasks.yaml | 3 --- 1 file changed, 3 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 2c3d5fe5..112edc12 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -155,7 +155,6 @@ spec: minLength: 1 type: string value: - minLength: 1 type: string required: - path @@ -212,7 +211,6 @@ spec: minLength: 1 type: string value: - minLength: 1 type: string required: - path @@ -416,7 +414,6 @@ spec: minLength: 1 type: string value: - minLength: 1 type: string required: - path From 1963e21f9ce512137c430e03462679d9711a9058 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:53:44 +0000 Subject: [PATCH 2/3] [gitops-operator]fix: promotion values can't be empty --- charts/gitops-runtime/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 0bab6cac..a582ac96 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -156,7 +156,6 @@ global: # tokenSecretKeyRef: # name: argocd-token # key: token - # -- Configuration for external ArgoCD # Should be used when `argo-cd.enabled` is set to false external-argo-cd: @@ -180,7 +179,6 @@ global: svc: argocd-repo-server # -- Port of the ArgoCD repo server port: 8081 - # -- Configuration for external Argo Rollouts external-argo-rollouts: # -- Rollout reporter settings @@ -730,7 +728,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: 8bd2a64 + tag: 266564a env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: From 28ae5f551a90b978da9cdd123ea3cbd1c56f0e2a Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 6 Oct 2025 17:27:36 +0200 Subject: [PATCH 3/3] trigger