From 427b88d476bba3a1a9481df933cf903712647954 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 19 Jun 2024 08:10:36 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.30.2 --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index ca1d58a8..ba48eafa 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -276,7 +276,7 @@ RUN git clone -b "v${TFENV_VERSION}" --depth=1 https://github.com/tfutils/tfenv. # kubectl version=latest(intersect(stable-channel(https://github.com/k3s-io/k3s/releases), https://github.com/kubernetes/kubernetes/releases)) # renovate: datasource=github-releases depName=kubernetes/kubernetes -ARG KUBECTL_VERSION="1.30.1" +ARG KUBECTL_VERSION="1.30.2" RUN wget --progress=dot:giga https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -O /tmp/kubectl && \ wget --progress=dot:giga https://dl.k8s.io/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl.sha256 -O /tmp/kubectl.sha256 && \ echo "$(cat /tmp/kubectl.sha256) /tmp/kubectl" | sha256sum --check && \