[dockerfile] update plugins (#1182)

Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
This commit is contained in:
Cyril Jouve 2023-12-02 00:47:54 +01:00 committed by GitHub
parent 2a7e5775cb
commit a62d2bca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View File

@ -67,7 +67,7 @@ jobs:
# Once it turned out to be not practically true, # Once it turned out to be not practically true,
# we will mark this combination as failable, # we will mark this combination as failable,
# and instruct users to upgrade helm and helm-secrets at once. # and instruct users to upgrade helm and helm-secrets at once.
plugin-secrets-version: 4.0.0 plugin-secrets-version: 4.5.1
plugin-diff-version: 3.8.1 plugin-diff-version: 3.8.1
extra-helmfile-flags: '' extra-helmfile-flags: ''
v1mode: '' v1mode: ''
@ -79,14 +79,14 @@ jobs:
v1mode: '' v1mode: ''
- helm-version: v3.13.2 - helm-version: v3.13.2
kustomize-version: v4.5.7 kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0 plugin-secrets-version: 4.5.1
plugin-diff-version: 3.8.1 plugin-diff-version: 3.8.1
extra-helmfile-flags: '' extra-helmfile-flags: ''
v1mode: '' v1mode: ''
# Helmfile v1 # Helmfile v1
- helm-version: v3.13.2 - helm-version: v3.13.2
kustomize-version: v4.5.7 kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0 plugin-secrets-version: 4.5.1
plugin-diff-version: 3.8.1 plugin-diff-version: 3.8.1
extra-helmfile-flags: '' extra-helmfile-flags: ''
v1mode: 'true' v1mode: 'true'
@ -94,7 +94,7 @@ jobs:
# enable it via extra-helmfile-flags below. # enable it via extra-helmfile-flags below.
- helm-version: v3.13.2 - helm-version: v3.13.2
kustomize-version: v4.5.7 kustomize-version: v4.5.7
plugin-secrets-version: 4.0.0 plugin-secrets-version: 4.5.1
plugin-diff-version: 3.8.1 plugin-diff-version: 3.8.1
extra-helmfile-flags: '--enable-live-output' extra-helmfile-flags: '--enable-live-output'
v1mode: '' v1mode: ''

View File

@ -93,9 +93,9 @@ RUN set -x && \
[ "$(age-keygen --version)" = "${AGE_VERSION}" ] [ "$(age-keygen --version)" = "${AGE_VERSION}" ]
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.8.1 && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.8.1 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.1.1 && \ helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.14.0 && \ helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.15.1 && \
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.12.0 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
rm -rf ${HELM_CACHE_HOME}/plugins rm -rf ${HELM_CACHE_HOME}/plugins
# Allow users other than root to use helm plugins located in root home # Allow users other than root to use helm plugins located in root home

View File

@ -98,9 +98,9 @@ RUN set -x && \
[ "$(age-keygen --version)" = "${AGE_VERSION}" ] [ "$(age-keygen --version)" = "${AGE_VERSION}" ]
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.8.1 && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.8.1 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.1.1 && \ helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.14.0 && \ helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.15.1 && \
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.12.0 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
rm -rf ${HELM_CACHE_HOME}/plugins rm -rf ${HELM_CACHE_HOME}/plugins
# Allow users other than root to use helm plugins located in root home # Allow users other than root to use helm plugins located in root home

View File

@ -98,9 +98,9 @@ RUN set -x && \
[ "$(age-keygen --version)" = "${AGE_VERSION}" ] [ "$(age-keygen --version)" = "${AGE_VERSION}" ]
RUN helm plugin install https://github.com/databus23/helm-diff --version v3.8.1 && \ RUN helm plugin install https://github.com/databus23/helm-diff --version v3.8.1 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.1.1 && \ helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.14.0 && \ helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.15.1 && \
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.12.0 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
rm -rf ${HELM_CACHE_HOME}/plugins rm -rf ${HELM_CACHE_HOME}/plugins
# Allow users other than root to use helm plugins located in root home # Allow users other than root to use helm plugins located in root home