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 /Dockerfile | |
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 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ RUN adduser -G onap -D validator RUN apk add --no-cache bash vim curl wget -ENV HELM_SUPPORTED_VERSIONS=3.5.2,3.4.1,3.3.4,2.17.0,2.14.3 +ENV HELM_SUPPORTED_VERSIONS=3.5.2,3.4.1,3.3.4 #Installing Helm COPY scripts/collect_helm_versions_from_web.sh ./opt/helmvalidator/tmp/collect_helm_versions_from_web.sh |