mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 20:12:42 +00:00
14 lines
389 B
Makefile
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
|