From 55a8c74297b4fe9cbea661954613fdb826db51f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:01:02 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.32.0 (#252) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Raphael Strotz <17022099+Xzelsius@users.noreply.github.com> --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b80d4ce..efe982c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ COPY --from=build /tmp/ /tmp # Kubectl # renovate: datasource=github-tags depName=kubernetes/kubernetes extractVersion=^v(?.*)$ -ENV KUBE_VERSION=1.31.4 +ENV KUBE_VERSION=1.32.0 ADD https://dl.k8s.io/release/v${KUBE_VERSION}/bin/linux/amd64/kubectl /tmp/kubectl RUN cp /tmp/kubectl /usr/local/bin/kubectl && \ chmod +x /usr/local/bin/kubectl && \ diff --git a/README.md b/README.md index 34044f1..fabe8ba 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The following example shows the container used for a deployment step | Tag | Description | Base Image | Helm | Kubectl | Size | |----------|------------------------------------------------------------------|-----------------------------------------------|--------|---------|-------------------------------------------------------------------------------------------------------------------------------| | latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.67.0-net8 | 3.16.3 | 1.31.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-helm/latest?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.67.0-net9 | 3.16.3 | 1.31.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-helm/unstable?style=flat-square) | +| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.67.0-net9 | 3.16.3 | 1.32.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-helm/unstable?style=flat-square) | | 3.5.1 | [Helm 3.5.1](https://github.com/helm/helm/releases/tag/v3.5.1) | node:15.8.0-alpine3.11 | 3.5.1 | 1.20.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-helm/3.5.1?style=flat-square) | | 3.9.0 | [Helm 3.9.0](https://github.com/helm/helm/releases/tag/v3.9.0) | debian:11.3-slim | 3.9.0 | 1.24.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-helm/3.9.0?style=flat-square) | | 3.9.1 | [Helm 3.9.1](https://github.com/helm/helm/releases/tag/v3.9.1) | swissgrc/azure-pipelines-azurecli:2.38.0 | 3.9.1 | 1.24.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-helm/3.9.1?style=flat-square) |