mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 12:02:41 +00:00
initial config based of jenkins-x/jenkins-x-boot-config with ref v1.0.82
This commit is contained in:
13
env/Makefile
vendored
Normal file
13
env/Makefile
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user