Frappe Operator Helm Repository
This directory contains the Helm chart repository for the Frappe Operator.
Repository URL
https://vyogotech.github.io/frappe-operator/helm-repo
Usage
Add the Repository
helm repo add frappe-operator https://vyogotech.github.io/frappe-operator/helm-repo
helm repo update
Install the Chart
helm install my-frappe-operator frappe-operator/frappe-operator
Upgrade the Chart
helm upgrade my-frappe-operator frappe-operator/frappe-operator
View Available Versions
helm search repo frappe-operator --versions
Chart Versions
See index.yaml for available chart versions and their metadata.
Publishing New Versions
New chart versions are automatically published via GitHub Actions when:
- Changes are pushed to the
helm/directory - A new release is published on GitHub
- The workflow is manually triggered
To manually publish a chart version:
./scripts/package-helm-chart.sh [version]
git add docs/helm-repo/
git commit -m "chore: publish Helm chart v[version]"
git push
GitHub Pages Setup
- Go to repository Settings → Pages
- Set Source to “Deploy from a branch”
- Select branch:
mainormaster - Select folder:
/docs - Click Save
The Helm repository will be available at: https://vyogotech.github.io/frappe-operator/helm-repo