Skip to content

Commit

Permalink
update helm to v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspizzas committed Oct 12, 2021
1 parent b5778aa commit 53175f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.12 as build

RUN apk add --update --no-cache ca-certificates git

ENV VERSION=v2.17.0
ENV VERSION=v3.4.2
ENV FILENAME=helm-${VERSION}-linux-amd64.tar.gz
ENV SHA256SUM=f3bec3c7c55f6a9eb9e6586b8c503f370af92fe987fcbf741f37707606d70296
ENV SHA256SUM=cacde7768420dd41111a4630e047c231afa01f67e49cc0c6429563e024da4b98

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Docker image the contains kubernetes helm, git and utils for YAML and JSON proce

## Contains

- helm (version 2.17.0)
- helm (v3.4.2)
- git
- jq
- spruce
Expand Down

0 comments on commit 53175f6

Please sign in to comment.