From 8e1f79f3a51a23e51a15e957f2442e20600eb461 Mon Sep 17 00:00:00 2001 From: Tommy McNeely Date: Mon, 2 Oct 2023 08:03:53 -0600 Subject: [PATCH] chore: update vault version used for tests --- test/scripts/vault-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/vault-install.sh b/test/scripts/vault-install.sh index 23807b7..2eb8b5a 100755 --- a/test/scripts/vault-install.sh +++ b/test/scripts/vault-install.sh @@ -11,7 +11,7 @@ helm repo add hashicorp https://helm.releases.hashicorp.com helm upgrade --install vault hashicorp/vault \ --namespace=vault \ - --version=0.18.0 \ + --version=0.25.0 \ --set server.dev.enabled=true \ --set injector.enabled=false