The easy, open source way for everyone in your company to ask questions and learn from data.
Homepage: http://www.metabase.com/
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/metabaseTo install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/metabase --version 0.14.4To install the chart with the release name my-release:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/metabaseTo install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/metabase --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/metabase -f values.yaml| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| database.type | string | "h2" |
|
| emojiLogging | bool | true |
|
| extraContainers | list | [] |
|
| extraEnv | object | {} |
|
| extraLabels | object | {} |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "metabase/metabase" |
|
| image.tag | string | "v0.45.2" |
|
| ingress.annotations | object | {} |
|
| ingress.enabled | bool | false |
|
| ingress.hosts | list | [] |
|
| ingress.ingressClassName | string | "" |
|
| ingress.labels | object | {} |
|
| ingress.path | string | "/" |
|
| ingress.pathType | string | "ImplementationSpecific" |
|
| ingress.tls | list | [] |
|
| jetty | object | {} |
|
| listen.host | string | "0.0.0.0" |
|
| listen.port | int | 3000 |
|
| livenessProbe.failureThreshold | int | 6 |
|
| livenessProbe.initialDelaySeconds | int | 120 |
|
| livenessProbe.path | string | "/api/health" |
|
| livenessProbe.timeoutSeconds | int | 30 |
|
| monitoring.enabled | bool | false |
|
| monitoring.port | int | 9191 |
|
| nodeSelector | object | {} |
|
| password.complexity | string | "normal" |
|
| password.length | int | 6 |
|
| podAnnotations | object | {} |
|
| podLabels | object | {} |
|
| readinessProbe.initialDelaySeconds | int | 30 |
|
| readinessProbe.path | string | "/api/health" |
|
| readinessProbe.periodSeconds | int | 5 |
|
| readinessProbe.timeoutSeconds | int | 3 |
|
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| service.annotations | object | {} |
|
| service.externalPort | int | 80 |
|
| service.internalPort | int | 3000 |
|
| service.name | string | "metabase" |
|
| service.nodePort | string | nil |
|
| service.type | string | "ClusterIP" |
|
| session | object | {} |
|
| ssl.enabled | bool | false |
|
| timeZone | string | "UTC" |
|
| tolerations | list | [] |
| Name | Url | |
|---|---|---|
| nyambati | https://github.com/nyambati |
Chart source: github.com/deliveryhero/helm-charts/metabase
Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/metabase