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.
Add the official repo like so:
$ helm repo add metabase https://www.metabase.com/helm
$ helm repo update