From 91c1777ec14983b9342984f03786d9214fb4349f Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 27 Mar 2024 18:04:28 +0300 Subject: [PATCH] openshift-console: bump to v4.14.0, helm chart v0.3.7 --- openshift-console/Chart.yaml | 4 ++-- openshift-console/templates/deployment.yaml | 7 +++---- openshift-console/values.yaml | 10 ++++++++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/openshift-console/Chart.yaml b/openshift-console/Chart.yaml index e9ddeda..7d4624e 100644 --- a/openshift-console/Chart.yaml +++ b/openshift-console/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: 4.10.0 +appVersion: 4.14.0 description: OpenShift Cluster Console UI icon: https://avatars0.githubusercontent.com/u/792337?s=200&v=4 name: openshift-console type: application -version: 0.3.6 +version: 0.3.7 diff --git a/openshift-console/templates/deployment.yaml b/openshift-console/templates/deployment.yaml index a240602..7a53e7d 100644 --- a/openshift-console/templates/deployment.yaml +++ b/openshift-console/templates/deployment.yaml @@ -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 }} diff --git a/openshift-console/values.yaml b/openshift-console/values.yaml index 509762d..96a88ae 100644 --- a/openshift-console/values.yaml +++ b/openshift-console/values.yaml @@ -56,8 +56,18 @@ ingress: # - chart-example.local extraEnvFrom: {} +#- name: BRIDGE_K8S_AUTH_BEARER_TOKEN +# valueFrom: +# secretKeyRef: +# key: token +# name: console-secret extraEnv: {} +# BRIDGE_K8S_AUTH: bearer-token +# BRIDGE_K8S_MODE: off-cluster +# BRIDGE_K8S_MODE_OFF_CLUSTER_ENDPOINT: https://kubernetes.default +# BRIDGE_K8S_MODE_OFF_CLUSTER_SKIP_VERIFY_TLS: "true" +# BRIDGE_USER_AUTH: disabled volumes: [] # - name: my-volume