mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05: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 .
|
|
|