Skip to content

Commit

Permalink
feat: Update Helm 3 binary (#14)
Browse files Browse the repository at this point in the history
Add new released helm version 3
  • Loading branch information
JulienBreux authored and colinjfw committed Nov 15, 2019
1 parent b5d5c58 commit 8dc3e86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,8 +1,9 @@
FROM alpine:3.10.2

ENV BASE_URL="https://get.helm.sh"

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"
ENV HELM_3_FILE="helm-v3.0.0-linux-amd64.tar.gz"

RUN apk add --no-cache ca-certificates jq curl bash nodejs && \
# Install helm version 2:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ action will execute a `helm delete $service`
#### Versions

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

### Environment

Expand Down

0 comments on commit 8dc3e86

Please sign in to comment.