From ebbba8cbb9d9b268062027f3445fa2dd3b7d1bb8 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 2 Dec 2020 12:17:20 +0100 Subject: [INFRA] make helm3 runnable Helm3 was downloaded but not made runnable. Issue-ID: REQ-442 Signed-off-by: Sylvain Desbureaux Change-Id: I4b7732bfbda99ecba3731b6d22c59b9bc1ce1fbe --- infra-healthcheck/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'infra-healthcheck/docker/Dockerfile') diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile index 91019b5..ca4af7b 100644 --- a/infra-healthcheck/docker/Dockerfile +++ b/infra-healthcheck/docker/Dockerfile @@ -24,6 +24,7 @@ RUN set -x && \ wget https://get.helm.sh/helm-${HELM3_VERSION}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm3 && \ wget -O /check_for_ingress_and_nodeports.py https://git.onap.org/integration/plain/test/security/check_for_ingress_and_nodeports.py?h=$ONAP_TAG &&\ chmod +x /usr/local/bin/helm && \ + chmod +x /usr/local/bin/helm3 && \ pip3 install --upgrade pip && \ pip3 install --no-cache-dir -r upper-constraints.txt && \ pip3 install --no-cache-dir \ -- cgit 1.2.3-korg