[dockerfile] update plugins (#1182)
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
This commit is contained in:
parent
2a7e5775cb
commit
a62d2bca14
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
# Once it turned out to be not practically true,
|
||||
# we will mark this combination as failable,
|
||||
# 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
|
||||
extra-helmfile-flags: ''
|
||||
v1mode: ''
|
||||
|
|
@ -79,14 +79,14 @@ jobs:
|
|||
v1mode: ''
|
||||
- helm-version: v3.13.2
|
||||
kustomize-version: v4.5.7
|
||||
plugin-secrets-version: 4.0.0
|
||||
plugin-secrets-version: 4.5.1
|
||||
plugin-diff-version: 3.8.1
|
||||
extra-helmfile-flags: ''
|
||||
v1mode: ''
|
||||
# Helmfile v1
|
||||
- helm-version: v3.13.2
|
||||
kustomize-version: v4.5.7
|
||||
plugin-secrets-version: 4.0.0
|
||||
plugin-secrets-version: 4.5.1
|
||||
plugin-diff-version: 3.8.1
|
||||
extra-helmfile-flags: ''
|
||||
v1mode: 'true'
|
||||
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
# enable it via extra-helmfile-flags below.
|
||||
- helm-version: v3.13.2
|
||||
kustomize-version: v4.5.7
|
||||
plugin-secrets-version: 4.0.0
|
||||
plugin-secrets-version: 4.5.1
|
||||
plugin-diff-version: 3.8.1
|
||||
extra-helmfile-flags: '--enable-live-output'
|
||||
v1mode: ''
|
||||
|
|
|
|||
|
|
@ -93,9 +93,9 @@ RUN set -x && \
|
|||
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]
|
||||
|
||||
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/hypnoglow/helm-s3.git --version v0.14.0 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.12.0 && \
|
||||
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.15.1 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
|
||||
rm -rf ${HELM_CACHE_HOME}/plugins
|
||||
|
||||
# Allow users other than root to use helm plugins located in root home
|
||||
|
|
|
|||
|
|
@ -98,9 +98,9 @@ RUN set -x && \
|
|||
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]
|
||||
|
||||
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/hypnoglow/helm-s3.git --version v0.14.0 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.12.0 && \
|
||||
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.15.1 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
|
||||
rm -rf ${HELM_CACHE_HOME}/plugins
|
||||
|
||||
# Allow users other than root to use helm plugins located in root home
|
||||
|
|
|
|||
|
|
@ -98,9 +98,9 @@ RUN set -x && \
|
|||
[ "$(age-keygen --version)" = "${AGE_VERSION}" ]
|
||||
|
||||
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/hypnoglow/helm-s3.git --version v0.14.0 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.12.0 && \
|
||||
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.15.1 && \
|
||||
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.15.1 && \
|
||||
rm -rf ${HELM_CACHE_HOME}/plugins
|
||||
|
||||
# Allow users other than root to use helm plugins located in root home
|
||||
|
|
|
|||
Loading…
Reference in New Issue