diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 9ff0550..bbff824 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -3,8 +3,8 @@ description: The easy, open source way for everyone in your company to ask questions and learn from data. name: metabase -version: 2.7.5 -appVersion: v0.46.6.2 +version: 2.7.6 +appVersion: v0.46.6.4 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com diff --git a/charts/metabase/README.md b/charts/metabase/README.md index 223dfd0..8dfd650 100644 --- a/charts/metabase/README.md +++ b/charts/metabase/README.md @@ -50,7 +50,7 @@ The command removes all the Kubernetes components associated with the chart and The following table lists the configurable parameters of the Metabase chart and their default values. | Parameter | Description | Default | -|-------------------------------------------------|----------------------------------------------------------------------------|-------------------| +| ----------------------------------------------- | -------------------------------------------------------------------------- | ----------------- | | replicaCount | desired number of controller pods | 1 | | pdb.create | Enable/disable a Pod Disruption Budget creation | false | | pdb.minAvailable | Minimum number/percentage of pods that should remain scheduled | 1 | @@ -60,7 +60,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.46.6.2 | +| image.tag | controller container image tag | v0.46.6.4 | | image.command | controller container image command | [] | | image.pullPolicy | controller container image pull policy | IfNotPresent | | image.pullSecrets | controller container image pull secrets | [] | @@ -132,7 +132,7 @@ The following table lists the configurable parameters of the Metabase chart and | route.wildcardPolicy | Route wildcard policy | None | | route.tls | Route tls configuration | {} | | log4j2XML | Custom `log4j2.xml` file | null | -| log4jProperties | DEPRECATED Custom `log4j.properties` file | null | +| log4jProperties | DEPRECATED Custom `log4j.properties` file | null | | resources | Server resource requests and limits | {} | | nodeSelector | Node labels for pod assignment | {} | | tolerations | Toleration labels for pod assignment | [] | diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 8d4dd56..632eba7 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -15,7 +15,7 @@ podAnnotations: {} podLabels: {} image: repository: metabase/metabase - tag: v0.46.6.2 + tag: v0.46.6.4 command: [] pullPolicy: IfNotPresent pullSecrets: []