mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump version to 0.30.1, update default version in readme (#7326)
* Bump version to 0.30.1, update default version in readme * Bump chart version to 0.4.3
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.4.2
|
||||
appVersion: v0.29.3
|
||||
version: 0.4.3
|
||||
appVersion: v0.30.1
|
||||
maintainers:
|
||||
- name: pmint93
|
||||
email: phamminhthanh69@gmail.com
|
||||
|
||||
@@ -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.27.2 |
|
||||
| image.tag | controller container image tag | v0.30.1 |
|
||||
| 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 |
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: metabase/metabase
|
||||
tag: v0.29.3
|
||||
tag: v0.30.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Config Jetty web server
|
||||
|
||||
Reference in New Issue
Block a user