2.0.0 release prep

This commit is contained in:
Jake Spain 2023-01-30 11:16:55 -05:00
parent 1c8447f5a0
commit 5c54ce4f2b
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
6 changed files with 56 additions and 25 deletions

4
build-chart Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
docker run --rm -it -v $(pwd):/apps --entrypoint /bin/sh alpine/helm \
-c 'helm repo add bitnami https://charts.bitnami.com/bitnami && cd /apps/helm-charts/vmpooler && helm dependency update && cd /apps/docs && helm package ../helm-charts/* && helm repo index --url https://puppetlabs.github.io/vmpooler-deployment/ .'