diff --git a/.github/workflows/image-build-push.yaml b/.github/workflows/image-build-push.yaml index 7808175..52f9c4b 100644 --- a/.github/workflows/image-build-push.yaml +++ b/.github/workflows/image-build-push.yaml @@ -62,7 +62,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/ppc64le,linux/s390x build-args: | - KUBE_VERSION=1.22.2 - HELM_VERSION=3.7.1 + KUBE_VERSION=1.23.0 + HELM_VERSION=3.7.2 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/Dockerfile b/Dockerfile index c2643fd..f618a9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,9 @@ RUN apk add --no-cache ca-certificates bash git openssh curl gettext jq bind-too && chmod +x /usr/local/bin/helm /usr/local/bin/kubectl \ && mkdir /config \ && chmod g+rwx /config /root \ - && helm repo add "stable" "https://charts.helm.sh/stable" --force-update + && helm repo add "stable" "https://charts.helm.sh/stable" --force-update \ + && kubectl version --client \ + && helm version WORKDIR /config diff --git a/Makefile b/Makefile index 6f008cb..db61a11 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ DOCKER_TAG ?= `git rev-parse --abbrev-ref HEAD` # Note: Latest version of kubectl may be found at: # https://github.com/kubernetes/kubernetes/releases -KUBE_VERSION = "1.22.2" +KUBE_VERSION = "1.23.0" # Note: Latest version of helm may be found at # https://github.com/kubernetes/helm/releases -HELM_VERSION = "3.7.1" +HELM_VERSION = "3.7.2" docker_build: @docker buildx build \ diff --git a/README.md b/README.md index 872cd23..06cb8de 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Supported tags and release links +* [3.7.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.7.2) - helm v3.7.2, kubectl v1.23.0, alpine 3.15 * [3.7.1](https://github.com/dtzar/helm-kubectl/releases/tag/3.7.1) - helm v3.7.1, kubectl v1.22.2, alpine 3.14 * [3.7.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.7.0) - helm v3.7.0, kubectl v1.22.2, alpine 3.14 * [3.6.3](https://github.com/dtzar/helm-kubectl/releases/tag/3.6.3) - helm v3.6.3, kubectl v1.21.2, alpine 3.14