Skip to content

Commit

Permalink
2024-09-CVE (#20)
Browse files Browse the repository at this point in the history
* update cli tool versions

* update cli tool versions

* update cli tool versions

* bumping version to 1.31.0 for testing
  • Loading branch information
yajith authored Sep 10, 2024
1 parent d461804 commit 0cee69c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kube-shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion kube-shell/build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0cee69c

Please sign in to comment.