mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
kubeapps: bump chart version to 5.3.1
This commit is contained in:
@@ -25,4 +25,4 @@ maintainers:
|
||||
name: kubeapps
|
||||
sources:
|
||||
- https://github.com/kubeapps/kubeapps
|
||||
version: 5.3.0
|
||||
version: 5.3.1
|
||||
|
||||
@@ -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 -}}
|
||||
|
||||
{{/*
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user