Skip to content

Commit

Permalink
update helm to v3.1.1, pepare v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Mar 2, 2020
1 parent 5fbdf15 commit 254399b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.1.11

- update helm to v3.1.1

## v0.1.10

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN GOOS=linux go build -mod=vendor -ldflags="-s -w"

FROM alpine as downloader

ARG HELM_VERSION=3.0.3
ARG HELM_VERSION=3.1.1
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz

ARG KUBECTL_VERSION=1.17.2
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 @@

Drone plugin for Helm3.

Helm Version: 3.0.3
Helm Version: 3.1.1
Kubectl Version: 1.17.2

## Drone settings
Expand Down

0 comments on commit 254399b

Please sign in to comment.