Revert "2.0.0 release prep"

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

View file

@ -1,4 +0,0 @@
#!/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/ .'