aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Przybysz <marcin.przybysz@nokia.com>2020-12-15 13:22:26 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-15 13:22:26 +0000
commit450cdd66f084c5e9ce94d665afcb44f132259501 (patch)
treefa5a260f298d5f14b02912d0f56cb0496376b33a
parent30451d9debd2a6d29c1f6fc722b3abd0aba207e7 (diff)
parent1a43fdbb3cd4725d6184c9f52cce054031abbb68 (diff)
Merge "[INFRA] Make helm3 runnable" into guilin
-rw-r--r--infra-healthcheck/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile
index 7964f34..e288bd7 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 \