Skip to content

Commit

Permalink
update helm to 3.9.0 and kubectl to 1.22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Jul 7, 2022
1 parent cfb5207 commit d8d2a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.8.1
ARG HELM_VERSION=3.9.0
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz

ARG KUBECTL_VERSION=1.22.3
ARG KUBECTL_VERSION=1.22.11
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.5.0
Kubectl Version: 1.19.7
Helm Version: 3.9.0
Kubectl Version: 1.22.11

## Drone settings

Expand Down

0 comments on commit d8d2a43

Please sign in to comment.