From 8b42cf54a9b8fab9a3ac8d37376ec752d00d2883 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Mon, 12 Apr 2021 12:28:16 +0200 Subject: Remove support for Helm v2 - Remove mapping to helm v2 when version desired is not provided - Remove Helm v2 clients from container Issue-ID: SDC-3185 Signed-off-by: Tomasz Wrobel Change-Id: I43def179ee35ade76905a88f83bd17b9be787481 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a318769..cebd421 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build-docker: mvn clean install -Pdocker build-docker-local: - export HELM_SUPPORTED_VERSIONS=3.5.2,3.4.1,3.3.4,2.17.0 && \ + export HELM_SUPPORTED_VERSIONS=3.5.2,3.4.1,3.3.4 && \ cd scripts && \ ./collect_helm_versions_from_web.sh local && \ cd ../ && \ -- cgit