From 400a67fd88617929f6316efd5f9ea95f2fc950e1 Mon Sep 17 00:00:00 2001 From: Maxime Leroy <19607336+maxime1907@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:37:28 +0200 Subject: [PATCH] build(deps): bump helm-git from v0.15.1 to v0.16.0 (minor) (#1455) Signed-off-by: maxime1907 <19607336+maxime1907@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.debian-stable-slim | 2 +- Dockerfile.ubuntu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ec3caa9..58a1ee81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ RUN set -x && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.5 && \ helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.0 && \ helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.0 && \ - helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \ + helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ rm -rf ${HELM_CACHE_HOME}/plugins # Allow users other than root to use helm plugins located in root home diff --git a/Dockerfile.debian-stable-slim b/Dockerfile.debian-stable-slim index 9282b10d..7cf7f3c8 100644 --- a/Dockerfile.debian-stable-slim +++ b/Dockerfile.debian-stable-slim @@ -102,7 +102,7 @@ RUN set -x && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.5 && \ helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.0 && \ helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.0 && \ - helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \ + helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ rm -rf ${HELM_CACHE_HOME}/plugins # Allow users other than root to use helm plugins located in root home diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 63c63f53..c6613338 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -102,7 +102,7 @@ RUN set -x && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.5 && \ helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.0 && \ helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.16.0 && \ - helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \ + helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ rm -rf ${HELM_CACHE_HOME}/plugins # Allow users other than root to use helm plugins located in root home