vmpooler-deployment/helm-package
Eric Griswold b18a443e4b 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.
2024-07-01 14:16:04 -07:00

12 lines
264 B
Bash

#!/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 .