Upgrade metabase to 0.36.3 (#23479)

Signed-off-by: Albert Wang <amwang217@gmail.com>
This commit is contained in:
Albert Wang
2020-08-08 01:44:18 -07:00
committed by GitHub
parent b6d0465672
commit 0a0be47ab1
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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,
+1 -1
View File
@@ -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