Skip to content

Commit

Permalink
update helm to v3.2.1, prepare v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed May 19, 2020
1 parent 376e62f commit 4f6c5ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.1.17

- update helm to v3.2.1

## v0.1.16

- fix typo on build_dependencies

## v0.1.15

- fix debug output

## v0.1.14

- update helm to v3.1.3
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.1.3
ARG HELM_VERSION=3.2.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.1.3
Helm Version: 3.2.1
Kubectl Version: 1.17.2

## Drone settings
Expand Down

0 comments on commit 4f6c5ba

Please sign in to comment.