Skip to content

Commit

Permalink
update helm3 to 3.7.1 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand authored Oct 21, 2021
1 parent acb8351 commit e63bb78
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 @@ -33,8 +33,8 @@ RUN wget -O- https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz > /helm && \
echo "f3bec3c7c55f6a9eb9e6586b8c503f370af92fe987fcbf741f37707606d70296 /helm" | sha256sum -c - && \
mkdir /helm-v2-unpacked && tar -C /helm-v2-unpacked -xzvf /helm

RUN wget -O- https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz > /helm && \
echo "2170a1a644a9e0b863f00c17b761ce33d4323da64fc74562a3a6df2abbf6cd70 /helm" | sha256sum -c - && \
RUN wget -O- https://get.helm.sh/helm-v3.7.1-linux-amd64.tar.gz > /helm && \
echo "6cd6cad4b97e10c33c978ff3ac97bb42b68f79766f1d2284cfd62ec04cd177f4 /helm" | sha256sum -c - && \
mkdir /helm-unpacked && tar -C /helm-unpacked -xzvf /helm

# sops
Expand Down

0 comments on commit e63bb78

Please sign in to comment.