Saleor Helm Charts
This is an unofficial registry of Saleor helm charts.
Prerequisites
- Helm 3+
Setup
Add the saleor helm repo:
helm repo add saleor https://k.github.io/saleor-helm
helm repo update
Then configure a values.yaml for the chart you want to install.
List of Charts
saleor
Chart to run Saleor with the Dashboard and Storefront.
dashboard
Chart to run Saleor Dashboard
storefront
Chart to run Saleor Storefront.
Deploy to Github Pages
Deploy requires cr
tool
Enable Github Pages (only first time)
Settings > Options > Github Pages > Source > Select master branch
Package chart
helm package charts/<chart-to-package> --destination .deploy
Upload New Release
cr upload --config config.yaml --token <deploy-token>
Generate new index
cr index --config config.yaml
git add index.yaml
git commit -m "Update index.yaml"
git push