The code is provided as-is with no warranties.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
The charts are published in two forms, and both are kept in sync by the same release job. Use whichever fits your tooling.
Every chart is pushed to GitHub Container Registry as an OCI artifact, under oci://ghcr.io/sablierapp/helm-charts. There is no repo to add — reference the chart by its URL:
helm show chart oci://ghcr.io/sablierapp/helm-charts/sablier
helm install my-release oci://ghcr.io/sablierapp/helm-charts/sablierPass --version to pin a specific chart version. This requires Helm 3.8 or later, where OCI support is enabled by default.
Charts are GPG-signed and their provenance file is pushed alongside the chart, so helm pull --verify works once the maintainer's public key is in your keyring.
helm repo add sablier https://sablierapp.github.io/helm-chartsYou can then run helm search repo sablier to see the charts.
Chart documentation is available in sablier directory.
We'd love to have you contribute! Please refer to our contribution guidelines for details.