Skip to content

Commit 00b3365

Browse files
committed
update helm to 3.5.0, kubectl to 1.19.7
1 parent f5b3bef commit 00b3365

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.1.21
4+
5+
- update helm to v3.5.0
6+
- update kubectl to v1.19.7
7+
38
## v0.1.20
49

510
- add support for Prometheus Pushgateway metrics

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ RUN GOOS=linux go build -mod=vendor -ldflags="-s -w"
88

99
FROM alpine as downloader
1010

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

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

1717
WORKDIR /tmp

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
Drone plugin for Helm3.
88

9-
Helm Version: 3.3.4
10-
Kubectl Version: 1.19.2
9+
Helm Version: 3.5.0
10+
Kubectl Version: 1.19.7
1111

1212
## Drone settings
1313

0 commit comments

Comments
 (0)