kubeapps: bump chart version to 5.3.1

This commit is contained in:
kubernetes-bitnami
2021-03-12 09:49:11 +00:00
parent 6150b34dab
commit 96b46df4f0
4 changed files with 13 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ maintainers:
name: kubeapps
sources:
- https://github.com/kubeapps/kubeapps
version: 5.3.0
version: 5.3.1

View File

@@ -140,7 +140,7 @@ apprepo-{{ .name }}-secrets
Create name for the secrets related to oauth2_proxy
*/}}
{{- define "kubeapps.oauth2_proxy-secret.name" -}}
{{ template "kubeapps.fullname" . }}-oauth2
{{ template "common.names.fullname" . }}-oauth2
{{- end -}}
{{/*

View File

@@ -64,6 +64,9 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
{{- if .Values.kubeops.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.kubeops.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
ports:
- name: http
containerPort: {{ .Values.kubeops.service.port }}

View File

@@ -381,6 +381,13 @@ kubeops:
port: 8080
initialDelaySeconds: 0
timeoutSeconds: 5
## Additional environment variables to set
## E.g:
## extraEnvVars:
## - name: TZ
## value: Europe/Madrid
##
extraEnvVars: []
nodeSelector: {}
tolerations: []
affinity: {}
@@ -460,7 +467,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/kubeapps-dashboard
tag: 2.2.1-debian-10-r14
tag: 2.2.1-debian-10-r15
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##