diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 2714df7..d540b5e 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -3,7 +3,7 @@ description: The easy, open source way for everyone in your company to ask questions and learn from data. name: metabase -version: 2.10.2 +version: 2.10.3 appVersion: v0.47.2 maintainers: - name: pmint93 diff --git a/charts/metabase/README.md b/charts/metabase/README.md index e2eb625..3ba5ce1 100644 --- a/charts/metabase/README.md +++ b/charts/metabase/README.md @@ -69,6 +69,7 @@ The following table lists the configurable parameters of the Metabase chart and | listen.port | Listening on a specific network port | 3000 | | monitoring.enabled | Enable prometheus endpoint | false | | monitoring.port | Listening port for prometheus endpoint | 9191 | +| monitoring.serviceMonitor.enabled | Enable ServiceMonitor resource for prometheus scraping | false | | ssl.enabled | Enable SSL to run over HTTPS | false | | ssl.port | SSL port | null | | ssl.keyStore | The key store in JKS format | null |