File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
39
39
condition : tunnel-client.enabled
40
40
- name : codefresh-gitops-operator
41
41
repository : oci://quay.io/codefresh/charts
42
- version : 0.7.24
42
+ version : 0.8.0
43
43
alias : gitops-operator
44
44
condition : gitops-operator.enabled
45
45
- name : cf-argocd-extras
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ GIT_USERNAME: {{ .Values.global.runtime.gitCredentials.username }}
12
12
GIT_PASSWORD :
13
13
{{- include "codefresh-gitops-runtime.runtime-gitcreds.password.env-var-value" . | nindent 2 }}
14
14
{{- end }}
15
- WORKFLOW_PIPELINES_WEBHOOKS_TLS_SECRET : codefresh-workflow-pipelines-tls
16
15
{{- /* Target account id, used for hosted runtimes registration. Not used in hybrid */}}
17
16
{{- if .Values.global.runtime.codefreshHosted }}
18
17
INSTALLATION_TYPE : HELM_HOSTED
Original file line number Diff line number Diff line change @@ -545,15 +545,15 @@ app-proxy:
545
545
tag : 1.1.14-main
546
546
image :
547
547
repository : quay.io/codefresh/cap-app-proxy
548
- tag : 1.3628 .0
548
+ tag : 1.3636 .0
549
549
pullPolicy : IfNotPresent
550
550
# -- Extra volume mounts for main container
551
551
extraVolumeMounts : []
552
552
553
553
initContainer :
554
554
image :
555
555
repository : quay.io/codefresh/cap-app-proxy-init
556
- tag : 1.3628 .0
556
+ tag : 1.3636 .0
557
557
pullPolicy : IfNotPresent
558
558
command :
559
559
- ./init.sh
You can’t perform that action at this time.
0 commit comments