diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-04-12 12:28:16 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-04-12 12:34:26 +0200 |
commit | 8b42cf54a9b8fab9a3ac8d37376ec752d00d2883 (patch) | |
tree | 829e33979c60c6c66599de25db7f5e10aa148780 /Makefile | |
parent | a39ffbf3cae394c8964e8407b4eee2d39aab4f41 (diff) |
Remove support for Helm v21.1.0
- 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 <tomasz.wrobel@nokia.com>
Change-Id: I43def179ee35ade76905a88f83bd17b9be787481
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ../ && \ |