Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 686 Bytes

Metabase Helm Chart

This page covers using the official Metabase Helm Chart for running Metabase. For docs on deploying Metabase with Kubernetes, check out Running Metabase on Kubernetes.

To package this chart, run:

$ helm package metabase/

You'll now have a file with a .tgz extension that you can easily deploy with:

$ helm install filename.tgz

replacing the filename with the file you generated in the previous step.

Official repository

Add the official repo like so:

$ helm repo add metabase https://www.metabase.com/helm
$ helm repo update