Skip to content

Commit a4d6cc4

Browse files
fix: promotion values can't be empty (#772)
* update promotiontask crd * [gitops-operator]fix: promotion values can't be empty * trigger --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com>
1 parent 8d13539 commit a4d6cc4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ spec:
155155
minLength: 1
156156
type: string
157157
value:
158-
minLength: 1
159158
type: string
160159
required:
161160
- path
@@ -212,7 +211,6 @@ spec:
212211
minLength: 1
213212
type: string
214213
value:
215-
minLength: 1
216214
type: string
217215
required:
218216
- path
@@ -416,7 +414,6 @@ spec:
416414
minLength: 1
417415
type: string
418416
value:
419-
minLength: 1
420417
type: string
421418
required:
422419
- path

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ global:
156156
# tokenSecretKeyRef:
157157
# name: argocd-token
158158
# key: token
159-
160159
# -- Configuration for external ArgoCD
161160
# Should be used when `argo-cd.enabled` is set to false
162161
external-argo-cd:
@@ -180,7 +179,6 @@ global:
180179
svc: argocd-repo-server
181180
# -- Port of the ArgoCD repo server
182181
port: 8081
183-
184182
# -- Configuration for external Argo Rollouts
185183
external-argo-rollouts:
186184
# -- Rollout reporter settings
@@ -730,7 +728,7 @@ gitops-operator:
730728
# -- defaults
731729
registry: quay.io
732730
repository: codefresh/codefresh-gitops-operator
733-
tag: 8bd2a64
731+
tag: 266564a
734732
env:
735733
GITOPS_OPERATOR_VERSION: 0.11.1
736734
serviceAccount:

0 commit comments

Comments
 (0)