mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-03-27 00:57:55 -04:00
12 lines
301 B
Bash
12 lines
301 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
helm repo add artifactory https://artifactory.delivery.puppetlabs.net/artifactory/helm__local
|
|
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 .
|
|
|