From d8d2a43e7d0df41ad8a46b3519bf017ce5a4cf33 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Thu, 7 Jul 2022 17:34:01 +0200 Subject: [PATCH] update helm to 3.9.0 and kubectl to 1.22.11 --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1e0e5f..268d308 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 223faf9..30df509 100644 --- a/README.md +++ b/README.md @@ -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