Skip to content

Commit

Permalink
feat: Update Helm 2 binary (deliverybot#15)
Browse files Browse the repository at this point in the history
Update helm binary to the latest release.
  • Loading branch information
JulienBreux authored and colinjfw committed Nov 15, 2019
1 parent 2e1a7fb commit b5d5c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.10.2

ENV BASE_URL="https://get.helm.sh"
ENV HELM_2_FILE="helm-v2.14.3-linux-amd64.tar.gz"
ENV HELM_2_FILE="helm-v2.16.1-linux-amd64.tar.gz"
ENV HELM_3_FILE="helm-v3.0.0-beta.3-linux-amd64.tar.gz"

RUN apk add --no-cache ca-certificates jq curl bash nodejs && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ action will execute a `helm delete $service`

#### Versions

- `helm`: v2.14.3
- `helm`: v2.16.1
- `helm3`: v3.0.0-beta.3

### Environment
Expand Down

0 comments on commit b5d5c58

Please sign in to comment.