File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
templates/_components/gitops-operator Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ to keep the separation of components as pseudo library charts, they are defined
8
8
CF_CA_CERT : {{ printf "/app/config/codefresh-tls/%s" .Values.global.codefresh.tls.caCerts.secretKeyRef.key }}
9
9
{{- end }}
10
10
CF_URL : {{ .Values.global.codefresh.url }}
11
- GITOPS_OPERATOR_VERSION : {{ .Chart.AppVersion }}
11
+ GITOPS_OPERATOR_VERSION : {{ .Values.image.tag }}
12
12
RUNTIME : {{ .Values.global.runtime.name }}
13
13
TASK_POLLING_INTERVAL : {{ .Values.config.taskPollingInterval }}
14
14
COMMIT_STATUS_POLLING_INTERVAL : {{ .Values.config.commitStatusPollingInterval }}
Original file line number Diff line number Diff line change @@ -564,14 +564,14 @@ app-proxy:
564
564
tag : 1.1.14-main
565
565
image :
566
566
repository : quay.io/codefresh/cap-app-proxy
567
- tag : 1.3651 .0
567
+ tag : 1.3680 .0
568
568
pullPolicy : IfNotPresent
569
569
# -- Extra volume mounts for main container
570
570
extraVolumeMounts : []
571
571
initContainer :
572
572
image :
573
573
repository : quay.io/codefresh/cap-app-proxy-init
574
- tag : 1.3651 .0
574
+ tag : 1.3680 .0
575
575
pullPolicy : IfNotPresent
576
576
command :
577
577
- ./init.sh
@@ -699,8 +699,8 @@ gitops-operator:
699
699
image :
700
700
# -- defaults
701
701
registry : quay.io
702
- repository : codefresh/dev/ codefresh-gitops-operator
703
- tag : feat-remove-helm-chart-0558aae
702
+ repository : codefresh/codefresh-gitops-operator
703
+ tag : v0.8.11
704
704
serviceAccount :
705
705
create : true
706
706
annotations : {}
@@ -728,8 +728,8 @@ cf-argocd-extras:
728
728
container :
729
729
image :
730
730
registry : quay.io
731
- repository : codefresh/dev/ cf-argocd-extras
732
- tag : feat-remove-helm-chart-1a506bc
731
+ repository : codefresh/cf-argocd-extras
732
+ tag : v0.5.12
733
733
nodeSelector : {}
734
734
tolerations : []
735
735
affinity : {}
@@ -752,8 +752,8 @@ cf-argocd-extras:
752
752
container :
753
753
image :
754
754
registry : quay.io
755
- repository : codefresh/dev/ cf-argocd-extras
756
- tag : feat-remove-helm-chart-1a506bc
755
+ repository : codefresh/cf-argocd-extras
756
+ tag : v0.5.12
757
757
nodeSelector : {}
758
758
tolerations : []
759
759
affinity : {}
You can’t perform that action at this time.
0 commit comments