Helm chart repository for Preloop.
Helm must be installed. Add the repo:
helm repo add preloop https://charts.preloop.ai
helm repo updateInstall Preloop:
helm install preloop preloop/preloopTo pin a specific version:
helm install preloop preloop/preloop --version 0.8.0-beta.3This repository is served via GitHub Pages. To use https://charts.preloop.ai:
- In Settings → Pages: Deploy from branch
main, root. - Set Custom domain to
charts.preloop.ai. - Add a CNAME record:
charts.preloop.ai→preloop.github.io.
The index is updated automatically when preloop/preloop creates a release. The preloop release workflow triggers this repo via repository_dispatch. Ensure CHARTS_REPO_TOKEN (a PAT with repo scope) is set in the preloop repo secrets.