openshift-console: bump to v4.14.0, helm chart v0.3.7

This commit is contained in:
ace
2024-03-27 18:04:28 +03:00
parent 1f96e818db
commit 91c1777ec1
3 changed files with 15 additions and 6 deletions

View File

@ -57,10 +57,6 @@ spec:
{{- end }}
image: "{{ .Values.image.registry}}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
envFrom:
{{- with .Values.extraEnvFrom }}
{{- toYaml . | nindent 12 }}
{{- end }}
env:
- name: BRIDGE_DOCUMENTATION_BASE_URL
value: https://kubernetes.io/docs/
@ -84,6 +80,9 @@ spec:
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
{{- with .Values.extraEnvFrom }}
{{- toYaml . | nindent 12 }}
{{- end }}
ports:
- name: http
containerPort: {{ .Values.service.port }}