diff --git a/stable/metabase/Chart.yaml b/stable/metabase/Chart.yaml index 6ee24d86c7..6e64a2a30d 100644 --- a/stable/metabase/Chart.yaml +++ b/stable/metabase/Chart.yaml @@ -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.4.4 -appVersion: v0.30.1 +version: 0.4.5 +appVersion: v0.31.2 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com diff --git a/stable/metabase/README.md b/stable/metabase/README.md index efabfec955..c7914f36f8 100644 --- a/stable/metabase/README.md +++ b/stable/metabase/README.md @@ -46,7 +46,7 @@ The following table lists the configurable parameters of the Metabase chart and |------------------------|------------------------------------------------------------|-------------------| | replicaCount | desired number of controller pods | 1 | | image.repository | controller container image repository | metabase/metabase | -| image.tag | controller container image tag | v0.30.1 | +| image.tag | controller container image tag | v0.31.2 | | image.pullPolicy | controller container image pull policy | IfNotPresent | | listen.host | Listening on a specific network host | 0.0.0.0 | | listen.port | Listening on a specific network port | 3000 | diff --git a/stable/metabase/values.yaml b/stable/metabase/values.yaml index 9fec98a11f..1960a8d5ba 100644 --- a/stable/metabase/values.yaml +++ b/stable/metabase/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: metabase/metabase - tag: v0.30.1 + tag: v0.31.2 pullPolicy: IfNotPresent # Config Jetty web server