We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30089dd commit b33091dCopy full SHA for b33091d
1 file changed
docker-build.sh
@@ -11,8 +11,8 @@ hostname | tee -a /etc/ckan-cloud-operator-build-info
11
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
12
apt-get update -y && apt-get install -y google-cloud-sdk kubectl postgresql nano dnsutils &&\
13
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 &&\
+ wget -q https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz &&\
+ tar -xzf helm-v2.17.0-linux-amd64.tar.gz &&\
16
mv linux-amd64/helm /usr/local/bin/ && mv linux-amd64/tiller /usr/local/bin/ &&\
17
chmod +x /usr/local/bin/helm /usr/local/bin/tiller && rm -rf linux-amd64 &&\
18
echo == minio client &&\
0 commit comments