Using Helm 3

KubeStash can be installed via Helm using the chart from AppsCode Charts Repository. To install the chart with the release name kubestash:

$ helm install kubestash oci://ghcr.io/appscode-charts/kubestash \
        --version v2026.5.18-rc.0 \
        --namespace stash --create-namespace \
        --set-file global.license=/path/to/the/license.txt \
        --wait --burst-limit=10000 --debug

To see the detailed configuration options, visit here.

Next: verify the installation.