From 5396890990020a99fad0b22bbfa43570df624687 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Wed, 18 Dec 2024 11:24:39 +1300 Subject: [PATCH] update kubectl-shell actions workflow --- .github/workflows/kubectl-shell.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kubectl-shell.yaml b/.github/workflows/kubectl-shell.yaml index d75e2ae..5c28b18 100644 --- a/.github/workflows/kubectl-shell.yaml +++ b/.github/workflows/kubectl-shell.yaml @@ -70,8 +70,8 @@ jobs: context: kubectl-shell/ platforms: ${{ matrix.config.platform }}/${{ matrix.config.arch }} build-args: | - HELM_VERSION=v3.15.4 - KUBERNETES_RELEASE=v1.31.0 + HELM_VERSION=v3.16.4 + KUBERNETES_RELEASE=v1.31.4 labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} outputs: type=image,name=${{ env.DOCKER_HUB_REPO }},push-by-digest=true,name-canonical=true,push=true