Skip to content

Commit

Permalink
pin kubectl and helm versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Klegar <[email protected]>
  • Loading branch information
jklegar committed Dec 28, 2020
1 parent b3cf926 commit 6fc77c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ RUN PROTOC_ZIP=protoc-${PROTOC_VERSION}-linux-x86_64.zip && \
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

# Install kubectl
RUN apt-get install -y kubectl
RUN apt-get install -y kubectl=1.20.0-00

# Install helm
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
chmod 700 get_helm.sh && \
./get_helm.sh
./get_helm.sh --version v3.4.2

# Install jq
RUN apt-get install -y jq

0 comments on commit 6fc77c4

Please sign in to comment.