mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
kubeapps: bump chart version to 5.3.2
This commit is contained in:
@@ -25,4 +25,4 @@ maintainers:
|
|||||||
name: kubeapps
|
name: kubeapps
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubeapps/kubeapps
|
- https://github.com/kubeapps/kubeapps
|
||||||
version: 5.3.1
|
version: 5.3.2
|
||||||
|
|||||||
@@ -57,11 +57,11 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install kubeapps --namespace kubeapps \
|
helm install kubeapps --namespace kubeapps \
|
||||||
--set assetsvc.service.port=9090 \
|
--set ingress.enabled=true \
|
||||||
bitnami/kubeapps
|
bitnami/kubeapps
|
||||||
```
|
```
|
||||||
|
|
||||||
The above command sets the port for the assetsvc Service to 9090.
|
The above command enables an Ingress Rule to expose Kubeapps.
|
||||||
|
|
||||||
Alternatively, a YAML file that specifies the values for parameters can be provided while installing the chart. For example,
|
Alternatively, a YAML file that specifies the values for parameters can be provided while installing the chart. For example,
|
||||||
|
|
||||||
|
|||||||
@@ -53,6 +53,8 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
- name: PORT
|
||||||
|
value: {{ .Values.assetsvc.service.port | quote }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.assetsvc.service.port }}
|
containerPort: {{ .Values.assetsvc.service.port }}
|
||||||
|
|||||||
@@ -7,12 +7,12 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
vhost.conf: |-
|
vhost.conf: |-
|
||||||
server {
|
server {
|
||||||
listen 8080;
|
listen {{ .Values.dashboard.service.port }};
|
||||||
{{- if .Values.frontend.largeClientHeaderBuffers }}
|
{{- if .Values.frontend.largeClientHeaderBuffers }}
|
||||||
large_client_header_buffers {{ .Values.frontend.largeClientHeaderBuffers }};
|
large_client_header_buffers {{ .Values.frontend.largeClientHeaderBuffers }};
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.enableIPv6 }}
|
{{- if .Values.enableIPv6 }}
|
||||||
listen [::]:8080;
|
listen [::]:{{ .Values.dashboard.service.port }};
|
||||||
{{- end}}
|
{{- end}}
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ spec:
|
|||||||
name: custom-locale
|
name: custom-locale
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: {{ .Values.dashboard.service.port }}
|
||||||
{{- if .Values.dashboard.resources }}
|
{{- if .Values.dashboard.resources }}
|
||||||
resources: {{- toYaml .Values.dashboard.resources | nindent 12 }}
|
resources: {{- toYaml .Values.dashboard.resources | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -113,6 +113,8 @@ spec:
|
|||||||
value: {{ .Values.pinnipedProxy.defaultAuthenticatorType }}
|
value: {{ .Values.pinnipedProxy.defaultAuthenticatorType }}
|
||||||
- name: DEFAULT_PINNIPED_AUTHENTICATOR_NAME
|
- name: DEFAULT_PINNIPED_AUTHENTICATOR_NAME
|
||||||
value: {{ .Values.pinnipedProxy.defaultAuthenticatorName }}
|
value: {{ .Values.pinnipedProxy.defaultAuthenticatorName }}
|
||||||
|
- name: DEFAULT_PINNIPED_API_SUFFIX
|
||||||
|
value: {{ .Values.pinnipedProxy.defaultPinnipedAPISuffix }}
|
||||||
- name: RUST_LOG
|
- name: RUST_LOG
|
||||||
value: info
|
value: info
|
||||||
image: {{ include "common.images.image" (dict "imageRoot" .Values.pinnipedProxy.image "global" .Values.global) }}
|
image: {{ include "common.images.image" (dict "imageRoot" .Values.pinnipedProxy.image "global" .Values.global) }}
|
||||||
|
|||||||
@@ -64,6 +64,8 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
- name: PORT
|
||||||
|
value: {{ .Values.kubeops.service.port | quote }}
|
||||||
{{- if .Values.kubeops.extraEnvVars }}
|
{{- if .Values.kubeops.extraEnvVars }}
|
||||||
{{- include "common.tplvalues.render" (dict "value" .Values.kubeops.extraEnvVars "context" $) | nindent 12 }}
|
{{- include "common.tplvalues.render" (dict "value" .Values.kubeops.extraEnvVars "context" $) | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -467,7 +467,7 @@ dashboard:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/kubeapps-dashboard
|
repository: bitnami/kubeapps-dashboard
|
||||||
tag: 2.2.1-debian-10-r15
|
tag: 2.2.1-debian-10-r18
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
##
|
##
|
||||||
@@ -686,6 +686,9 @@ pinnipedProxy:
|
|||||||
defaultPinnipedNamespace: pinniped-concierge
|
defaultPinnipedNamespace: pinniped-concierge
|
||||||
defaultAuthenticatorType: JWTAuthenticator
|
defaultAuthenticatorType: JWTAuthenticator
|
||||||
defaultAuthenticatorName: jwt-authenticator
|
defaultAuthenticatorName: jwt-authenticator
|
||||||
|
## The defaultPinnipedAPISuffix flag is not fully supported yet,
|
||||||
|
## please use the default value "pinniped.dev"
|
||||||
|
defaultPinnipedAPISuffix: pinniped.dev
|
||||||
|
|
||||||
## OAuth2 Proxy containers' resource requests and limits
|
## OAuth2 Proxy containers' resource requests and limits
|
||||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||||
|
|||||||
Reference in New Issue
Block a user