File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ tunnel-client:
487
487
nodeSelector : {}
488
488
tolerations : []
489
489
affinity : {}
490
+
490
491
# -----------------------------------------------------------------------------------------------------------------------
491
492
# app-proxy
492
493
# -----------------------------------------------------------------------------------------------------------------------
@@ -686,10 +687,10 @@ gitops-operator:
686
687
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
687
688
promotionWrapperTemplate : ' '
688
689
689
- image :
690
+ image : {}
690
691
# -- defaults
691
692
# repository: quay.io/codefresh/codefresh-gitops-operator
692
- tag : ' v{{ .Chart.AppVersion }}'
693
+ # tag: 'v{{ .Chart.AppVersion }}'
693
694
694
695
serviceAccount :
695
696
create : true
@@ -712,6 +713,7 @@ gitops-operator:
712
713
requests :
713
714
cpu : 100m
714
715
memory : 128Mi
716
+
715
717
# -----------------------------------------------------------------------------------------------------------------------
716
718
# Garage
717
719
# -----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments