From 91e9446bfcff8804757619f07772263b414a46fd Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Tue, 12 Jan 2021 11:07:55 -0800 Subject: [PATCH] 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). --- test/acceptance/server-ha.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/server-ha.bats b/test/acceptance/server-ha.bats index 0945f12..3d62959 100644 --- a/test/acceptance/server-ha.bats +++ b/test/acceptance/server-ha.bats @@ -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