From 188bfcf9706d2278d3028846f93b79454b0a8fcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:33:39 +0000 Subject: [PATCH] Update dependency helm/helm to v3.17.0 (#257) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f853703..c2e0212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV LSBRELEASE_VERSION=12.0-1 # renovate: datasource=repology depName=debian_12/gnupg2 versioning=deb ENV GNUPG_VERSION=2.2.40-1.1 # renovate: datasource=github-tags depName=helm/helm extractVersion=^v(?.*)$ -ENV HELM_VERSION=3.16.4 +ENV HELM_VERSION=3.17.0 RUN apt-get update -y && \ # Install necessary dependencies diff --git a/README.md b/README.md index 841e9e2..18e6201 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-net9 | 3.16.4 | 1.32.0 | ![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.68.0-net9 | 3.16.4 | 1.32.1 | ![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.68.0-net9 | 3.17.0 | 1.32.1 | ![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) |