Update version of consul-helm in server-ha test (#444)
consul-helm v0.16.2 doesn't work with newer versions of helm (like 3.4).
This commit is contained in:
parent
2451b5fb65
commit
91e9446bfc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ setup() {
|
|||
kubectl config set-context --current --namespace=acceptance
|
||||
|
||||
helm install consul \
|
||||
https://github.com/hashicorp/consul-helm/archive/v0.16.2.tar.gz \
|
||||
https://github.com/hashicorp/consul-helm/archive/v0.28.0.tar.gz \
|
||||
--set 'ui.enabled=false' \
|
||||
|
||||
wait_for_running_consul
|
||||
|
|
Loading…
Reference in a new issue