Skip to content

Commit

Permalink
Merge pull request #5 from stakater-docker/upgrade-helm
Browse files Browse the repository at this point in the history
upgrade helm to 2.11
  • Loading branch information
ahsan-storm authored Jan 14, 2019
2 parents 4008a7b + 672118d commit 2504982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN mkdir -p $GOPATH/src/github.com/operator-framework && \
cd $GOPATH/src/github.com/operator-framework && \
git clone https://github.com/operator-framework/operator-sdk && \
cd operator-sdk && \
git checkout master && \
git checkout tags/v0.2.1 && \
make dep && \
make install

Expand Down Expand Up @@ -85,7 +85,7 @@ RUN mkdir -p /aws && \
rm terraform_0.11.8_linux_amd64.zip

# Install helm, and landscaper
ARG HELM_VERSION=v2.7.2
ARG HELM_VERSION=v2.11.0
ARG HELM_FILENAME=helm-${HELM_VERSION}-linux-amd64.tar.gz
ARG HELM_URL=http://storage.googleapis.com/kubernetes-helm/${HELM_FILENAME}

Expand Down

0 comments on commit 2504982

Please sign in to comment.