From 53b17e14c757698ff3791983ad9bfea4cbcd343a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:34:22 +0000 Subject: [PATCH] patch(deps): update dependency helm/helm to v3.15.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a5523f..29caf99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV KSOPS_VERSION=4.3.2 ENV KUBECTL_VERSION=1.31.0 # renovate: datasource=github-releases depName=helm/helm -ENV HELM_VERSION=3.15.3 +ENV HELM_VERSION=3.15.4 RUN git clone -b kustomize/v${KUSTOMIZE_VERSION} https://github.com/kubernetes-sigs/kustomize.git /srv/app/src && \ cd /srv/app/src/kustomize && \