Skip to content

Commit 161bda3

Browse files
committed
use released gitops-operator chart and image
1 parent 4cf979b commit 161bda3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,13 +686,10 @@ gitops-operator:
686686
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
687687
promotionWrapperTemplate: ''
688688

689-
env:
690-
GITOPS_OPERATOR_VERSION: 0.7.7
691-
692689
image:
693690
# -- defaults
694691
# repository: quay.io/codefresh/codefresh-gitops-operator
695-
tag: cr-28267-improve-efficiency-700fa36
692+
tag: 'v{{ .Chart.AppVersion }}'
696693

697694
serviceAccount:
698695
create: true

0 commit comments

Comments
 (0)