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
88CF_CA_CERT : {{ printf "/app/config/codefresh-tls/%s" .Values.global.codefresh.tls.caCerts.secretKeyRef.key }}
99 {{- end }}
1010CF_URL : {{ .Values.global.codefresh.url }}
11- GITOPS_OPERATOR_VERSION : {{ .Chart.AppVersion }}
11+ GITOPS_OPERATOR_VERSION : {{ .Values.image.tag }}
1212RUNTIME : {{ .Values.global.runtime.name }}
1313TASK_POLLING_INTERVAL : {{ .Values.config.taskPollingInterval }}
1414COMMIT_STATUS_POLLING_INTERVAL : {{ .Values.config.commitStatusPollingInterval }}
Original file line number Diff line number Diff line change @@ -564,14 +564,14 @@ app-proxy:
564564 tag : 1.1.14-main
565565 image :
566566 repository : quay.io/codefresh/cap-app-proxy
567- tag : 1.3651 .0
567+ tag : 1.3680 .0
568568 pullPolicy : IfNotPresent
569569 # -- Extra volume mounts for main container
570570 extraVolumeMounts : []
571571 initContainer :
572572 image :
573573 repository : quay.io/codefresh/cap-app-proxy-init
574- tag : 1.3651 .0
574+ tag : 1.3680 .0
575575 pullPolicy : IfNotPresent
576576 command :
577577 - ./init.sh
@@ -699,8 +699,8 @@ gitops-operator:
699699 image :
700700 # -- defaults
701701 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
704704 serviceAccount :
705705 create : true
706706 annotations : {}
@@ -728,8 +728,8 @@ cf-argocd-extras:
728728 container :
729729 image :
730730 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
733733 nodeSelector : {}
734734 tolerations : []
735735 affinity : {}
@@ -752,8 +752,8 @@ cf-argocd-extras:
752752 container :
753753 image :
754754 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
757757 nodeSelector : {}
758758 tolerations : []
759759 affinity : {}
You can’t perform that action at this time.
0 commit comments