install updated helm release from local folder
This commit is contained in:
parent
501fed1922
commit
1deb094afe
|
@ -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
|
|
||||||
|
|
Reference in New Issue