Skip to content

Commit

Permalink
update helm to 3.5.0, kubectl to 1.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Jan 14, 2021
1 parent f5b3bef commit 00b3365
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.1.21

- update helm to v3.5.0
- update kubectl to v1.19.7

## v0.1.20

- add support for Prometheus Pushgateway metrics
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ RUN GOOS=linux go build -mod=vendor -ldflags="-s -w"

FROM alpine as downloader

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

ARG KUBECTL_VERSION=1.19.2
ARG KUBECTL_VERSION=1.19.7
ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl

WORKDIR /tmp
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

Drone plugin for Helm3.

Helm Version: 3.3.4
Kubectl Version: 1.19.2
Helm Version: 3.5.0
Kubectl Version: 1.19.7

## Drone settings

Expand Down

0 comments on commit 00b3365

Please sign in to comment.