Files

14 lines
389 B
Makefile

init:
helm init --client-only
helm repo add jenkins-x https://storage.googleapis.com/chartmuseum.jenkins-x.io
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add stable https://kubernetes-charts.storage.googleapis.com
build: clean init
jx step helm build --boot --provider-values-dir=../kubeProviders
helm lint .
clean:
rm -rf charts
rm -rf requirements.lock