serge/scripts/deploy-helm-chart.sh
Gianni C 5aca2b27d6
Add Kubernetes helm charts for Serge (#500)
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2023-08-10 23:02:14 -04:00

7 lines
244 B
Bash
Executable File

#!/bin/bash
# run this script in the root of the project to recreate the index.yaml file and package the chart to docs/
helm lint k8s/serge/ &&
helm package -d docs k8s/serge/ &&
helm repo index docs --url https://serge-chat.github.io/serge