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 <aiopsclub@163.com>
This commit is contained in:
yxxhero 2024-08-03 07:53:06 +08:00 committed by GitHub
parent b8ff1f242a
commit 86664f57f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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