fireboom
: The main chart for deploying Fireboom.
cd fireboom
helm template -f test.values.yaml --debug .
# helm install --dry-run --debug -f test.values.yaml amis-admin .
helm package . -d output
helm repo index output --url https://helm.fireboom.io/fireboom
Upload output directory to the Fireboom R2.
# eg: use rclone
rclone copy output/ fb_cf:/helm-charts/fireboom/ --progress