Skip to content

Commit

Permalink
Update sops and helm
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide authored May 10, 2021
1 parent 1b4bd33 commit 2b597d2
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
@@ -1,8 +1,8 @@
FROM google/cloud-sdk:alpine
RUN gcloud components install --quiet kubectl

ADD ["https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz", "/tmp/helm.tar.gz"]
ADD ["https://github.com/mozilla/sops/releases/download/v3.5.0/sops-v3.5.0.linux", "/usr/local/bin/sops"]
ADD ["https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz", "/tmp/helm.tar.gz"]
ADD ["https://github.com/mozilla/sops/releases/download/v3.7.1/sops-v3.7.1.linux", "/usr/local/bin/sops"]
RUN chmod u+x /usr/local/bin/sops \
&& tar xfv /tmp/helm.tar.gz -C /tmp \
&& mv /tmp/linux-amd64/helm /usr/local/bin \
Expand Down

0 comments on commit 2b597d2

Please sign in to comment.