mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Upgrade metabase to 0.36.3 (#23479)
Signed-off-by: Albert Wang <amwang217@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@ apiVersion: v1
|
||||
description: The easy, open source way for everyone in your company to ask questions
|
||||
and learn from data.
|
||||
name: metabase
|
||||
version: 0.12.0
|
||||
appVersion: v0.35.3
|
||||
version: 0.12.1
|
||||
appVersion: v0.36.3
|
||||
maintainers:
|
||||
- name: pmint93
|
||||
email: phamminhthanh69@gmail.com
|
||||
|
||||
@@ -48,7 +48,7 @@ The following table lists the configurable parameters of the Metabase chart and
|
||||
| podAnnotations | controller pods annotations | {} |
|
||||
| podLabels | extra pods labels | {} |
|
||||
| image.repository | controller container image repository | metabase/metabase |
|
||||
| image.tag | controller container image tag | v0.35.3 |
|
||||
| image.tag | controller container image tag | v0.36.3 |
|
||||
| image.pullPolicy | controller container image pull policy | IfNotPresent |
|
||||
| fullnameOverride | String to fully override metabase.fullname template | null |
|
||||
| listen.host | Listening on a specific network host | 0.0.0.0 |
|
||||
@@ -104,7 +104,7 @@ The following table lists the configurable parameters of the Metabase chart and
|
||||
| jetty.maxIdleTime | Jetty max idle time | null |
|
||||
| siteUrl | Base URL, useful for serving behind a reverse proxy | null |
|
||||
|
||||
The above parameters map to the env variables defined in [metabase](http://github.com/metabase/metabase). For more information please refer to the [metabase documentations](http://www.metabase.com/docs/v0.35.3/).
|
||||
The above parameters map to the env variables defined in [metabase](http://github.com/metabase/metabase). For more information please refer to the [metabase documentations](http://www.metabase.com/docs/v0.36.3/).
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ podAnnotations: {}
|
||||
podLabels: {}
|
||||
image:
|
||||
repository: metabase/metabase
|
||||
tag: v0.35.3
|
||||
tag: v0.36.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## String to fully override metabase.fullname template
|
||||
|
||||
Reference in New Issue
Block a user