From 0cee69c6772028d52264f190a2259fe6cb5f6a15 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Wed, 11 Sep 2024 11:08:05 +1200 Subject: [PATCH] 2024-09-CVE (#20) * update cli tool versions * update cli tool versions * update cli tool versions * bumping version to 1.31.0 for testing --- kube-shell/Dockerfile | 4 ++-- kube-shell/build-and-push.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kube-shell/Dockerfile b/kube-shell/Dockerfile index b7f9517..004c057 100644 --- a/kube-shell/Dockerfile +++ b/kube-shell/Dockerfile @@ -2,8 +2,8 @@ ARG ALPINE=alpine:latest FROM ${ALPINE} as alpine ARG ARCH -ARG KUBECTL_VERSION=v1.29.4 -ARG HELM_VERSION=v3.14.4 +ARG KUBECTL_VERSION=v1.31.0 +ARG HELM_VERSION=v3.15.4 RUN apk add -U --no-cache bash bash-completion curl jq diff --git a/kube-shell/build-and-push.sh b/kube-shell/build-and-push.sh index 4ea1064..3cc15bf 100644 --- a/kube-shell/build-and-push.sh +++ b/kube-shell/build-and-push.sh @@ -2,7 +2,7 @@ set -e : ${REPO:=$1/kubectl-shell} -: ${KUBERNETES_RELEASE:=v1.29.0} +: ${KUBERNETES_RELEASE:=v1.31.0} : ${TAG:=$2} docker_image_build_and_push()