From 81dd0842a59ef0996513eae8b11427a59b1914cc Mon Sep 17 00:00:00 2001 From: Denis O Date: Fri, 3 Feb 2023 20:27:04 +0000 Subject: [PATCH] Updated helm chart used in tests --- modules/helm/install_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helm/install_test.go b/modules/helm/install_test.go index b5d7ce8a5..d0bc6f79c 100644 --- a/modules/helm/install_test.go +++ b/modules/helm/install_test.go @@ -26,7 +26,7 @@ import ( const ( remoteChartSource = "https://charts.bitnami.com/bitnami" remoteChartName = "nginx" - remoteChartVersion = "9.7.4" + remoteChartVersion = "13.2.23" ) // Test that we can install a remote chart (e.g bitnami/nginx)