Corrected 2.0.0 release prep

Oops I broke the instructions. The chart is built upon release so that the chart does not exist before the docker tag.
This commit is contained in:
Jake Spain 2023-01-30 12:08:50 -05:00
parent f258405c7b
commit b1db7fbd6a
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
4 changed files with 17 additions and 2 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/ .'