/helm-charts

Helm charts monitor and Fireboom helm chart

Primary LanguageSmarty

Helm Charts

  • fireboom: The main chart for deploying Fireboom.

Fireboom Chart Development

Test

cd fireboom
helm template -f test.values.yaml --debug .
# helm install --dry-run --debug -f test.values.yaml amis-admin .

Build

helm package . -d output
helm repo index output --url https://helm.fireboom.io/fireboom

Push

Upload output directory to the Fireboom R2.

# eg: use rclone
rclone copy output/ fb_cf:/helm-charts/fireboom/ --progress