diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index d927be1..4a382cc 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.13.0 -appVersion: v0.48.3 +version: 2.14.0 +appVersion: v0.49.3 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com diff --git a/charts/metabase/README.md b/charts/metabase/README.md index 0bbf5d6..40cf562 100644 --- a/charts/metabase/README.md +++ b/charts/metabase/README.md @@ -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.48.3 | +| image.tag | controller container image tag | v0.49.3 | | image.command | controller container image command | [] | | image.pullPolicy | controller container image pull policy | IfNotPresent | | image.pullSecrets | controller container image pull secrets | [] | diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 36d13b8..8598a66 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -11,7 +11,7 @@ podAnnotations: {} podLabels: {} image: repository: metabase/metabase - tag: v0.48.3 + tag: v0.49.3 command: [] pullPolicy: IfNotPresent pullSecrets: []