Helm chart repository for Preloop.
Helm must be installed. Add the repo:
helm repo add preloop https://charts.preloop.ai
helm repo update
Install Preloop:
helm install preloop preloop/preloop
To pin a specific version:
helm install preloop preloop/preloop --version 0.8.0-beta.3
This repository is served via GitHub Pages. To use https://charts.preloop.ai:
main, root.charts.preloop.ai.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.