From c65cc823abca52d9b2ef8572cf9a675d3ae43a4c Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 9 Feb 2023 06:06:43 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.11.1 --- images/koolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 1be2b1f1b..f12a3d662 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -27,7 +27,7 @@ FROM quay.io/git-chglog/git-chglog:0.15.2 as git-chglog FROM quay.io/fedora/fedora:36 as helm # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v3.11.0 +ARG HELM_VERSION=v3.11.1 ENV HELM_VERSION=${HELM_VERSION} RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar xvzf - linux-amd64/helm --strip-components=1 \ -- GitLab