From 86664f57f65c6e6484b6dd1d80aeb0cf84694d55 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Sat, 3 Aug 2024 07:53:06 +0800 Subject: [PATCH] build(deps): helm-s3: v0.16.0 -> v0.16.2 (#1652) build(deps): update helm plugins to latest versions Update the versions of the helm plugins in the Dockerfile to the latest stable versions: - helm-s3: v0.16.0 -> v0.16.2 This update ensures that the Docker image is using the most up-to-date versions of the helm plugins s3. Signed-off-by: yxxhero --- Dockerfile | 2 +- Dockerfile.debian-stable-slim | 2 +- Dockerfile.ubuntu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cbf1f851..07786bec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,7 +96,7 @@ RUN set -x && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.8 && \ 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/hypnoglow/helm-s3.git --version v0.16.2 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ rm -rf ${HELM_CACHE_HOME}/plugins diff --git a/Dockerfile.debian-stable-slim b/Dockerfile.debian-stable-slim index 170b7f12..a359e770 100644 --- a/Dockerfile.debian-stable-slim +++ b/Dockerfile.debian-stable-slim @@ -101,7 +101,7 @@ RUN set -x && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.8 && \ 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/hypnoglow/helm-s3.git --version v0.16.2 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ rm -rf ${HELM_CACHE_HOME}/plugins diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 12aa6b2c..2bc13a61 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -101,7 +101,7 @@ RUN set -x && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.8 && \ 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/hypnoglow/helm-s3.git --version v0.16.2 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ rm -rf ${HELM_CACHE_HOME}/plugins