Skip to content

Commit b33091d

Browse files
committed
Bump helm version to 2.17
1 parent 30089dd commit b33091d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ hostname | tee -a /etc/ckan-cloud-operator-build-info
1111
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
1212
apt-get update -y && apt-get install -y google-cloud-sdk kubectl postgresql nano dnsutils &&\
1313
echo == helm, tiller &&\
14-
wget -q https://get.helm.sh/helm-v2.16.0-linux-amd64.tar.gz &&\
15-
tar -xzf helm-v2.16.0-linux-amd64.tar.gz &&\
14+
wget -q https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz &&\
15+
tar -xzf helm-v2.17.0-linux-amd64.tar.gz &&\
1616
mv linux-amd64/helm /usr/local/bin/ && mv linux-amd64/tiller /usr/local/bin/ &&\
1717
chmod +x /usr/local/bin/helm /usr/local/bin/tiller && rm -rf linux-amd64 &&\
1818
echo == minio client &&\

0 commit comments

Comments
 (0)