Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/metabase] Upgrade metabase to 0.34.3 #21582

Merged
merged 1 commit into from
Mar 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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