From a02c36fb948fecd577aaa0658d8820d5ac38442b Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Thu, 5 Oct 2023 13:29:39 +0100 Subject: [PATCH] Upgrade to the latest chart version Signed-off-by: Richard Wall --- test/e2e/framework/addon/vault/vault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/addon/vault/vault.go b/test/e2e/framework/addon/vault/vault.go index b9aa4fa64..885c835c6 100644 --- a/test/e2e/framework/addon/vault/vault.go +++ b/test/e2e/framework/addon/vault/vault.go @@ -47,7 +47,7 @@ import ( const ( vaultHelmChartRepo = "https://helm.releases.hashicorp.com" - vaultHelmChartVersion = "0.24.1" + vaultHelmChartVersion = "0.25.0" ) // Vault describes the configuration details for an instance of Vault