install updated helm release from local folder

This commit is contained in:
Jens Langhammer 2019-03-10 21:47:22 +01:00
parent 501fed1922
commit 1deb094afe
1 changed files with 2 additions and 4 deletions

View File

@ -125,7 +125,5 @@ deploy:
- /^version/.*$/ - /^version/.*$/
script: script:
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
- helm init --client-only - helm init
- helm repo add beryju.org https://pkg.beryju.org/repository/helm/ - helm upgrade passbook-prod helm/passbook --devel
- helm repo update
- helm upgrade passbook-prod beryju.org/passbook --devel