summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ../ && \