Skip to content

Commit 1963e21

Browse files
[gitops-operator]fix: promotion values can't be empty
1 parent fc37a66 commit 1963e21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)