Skip to content

Commit

Permalink
Upgrade metabase to 0.34.3 (helm#21582)
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Wang <[email protected]>
  • Loading branch information
yachtcaptain23 authored and Ian Levesque committed Jul 13, 2020
1 parent a7e0bbc commit 453dccc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.5
appVersion: v0.34.0
version: 0.10.6
appVersion: v0.34.3
maintainers:
- name: pmint93
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion stable/metabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The following table lists the configurable parameters of the Metabase chart and
| jetty.maxQueued | Jetty max queue size | null |
| jetty.maxIdleTime | Jetty max idle time | 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.34.0/).
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.34.3/).

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Expand Down
2 changes: 1 addition & 1 deletion stable/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ podAnnotations: {}
podLabels: {}
image:
repository: metabase/metabase
tag: v0.34.0
tag: v0.34.3
pullPolicy: IfNotPresent

## String to fully override metabase.fullname template
Expand Down

0 comments on commit 453dccc

Please sign in to comment.