Added support for helm v3
Change-Id: Ib64dfc56d72d58e344088f4aad8d38353ce4c01b
Signed-off-by: lloretgalleg <illoret@indra.es>
diff --git a/Dockerfile.local b/Dockerfile.local
index 40994c0..ce1178a 100644
--- a/Dockerfile.local
+++ b/Dockerfile.local
@@ -29,6 +29,11 @@
&& mv linux-amd64/helm /usr/local/bin/helm \
&& rm -r linux-amd64/
+RUN curl https://get.helm.sh/helm-v3.3.4-linux-amd64.tar.gz --output helm-v3.3.4.tar.gz \
+ && tar -zxvf helm-v3.3.4.tar.gz \
+ && mv linux-amd64/helm /usr/local/bin/helm3 \
+ && rm -r linux-amd64/
+
RUN curl -L https://launchpad.net/juju/2.7/2.7.6/+download/juju-2.7.6-k8s.tar.xz --output juju-2.7.6-k8s.tar.xz \
&& tar -xvf juju-2.7.6-k8s.tar.xz \
&& mv juju /usr/local/bin/juju