Add CI for charts

This commit is contained in:
Gene Liverman 2021-12-13 15:04:26 -05:00
parent 4d15af416a
commit 2f73e44b7c
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
3 changed files with 64 additions and 2 deletions

View file

@ -26,6 +26,7 @@ cd docs/
helm package ../helm-charts/*
helm repo index --url https://puppetlabs.github.io/vmpooler-deployment/ .
git add .
cd ..
git commit -a
```