You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.

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.6.18-rc.2 \
        --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.