mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
RE-16207: Create a 3.8.0 release / script cleanup
In the process of doing a 3.8.0 release, I also found some places where scripts needed some care and documentation updated/clarified.
This commit is contained in:
parent
5ac8fb98ed
commit
b18a443e4b
7 changed files with 110 additions and 62 deletions
12
helm-package
Normal file
12
helm-package
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
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 .
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue