From a62d2bca149f119f83d94714dac2ab1f95fe1f71 Mon Sep 17 00:00:00 2001 From: Cyril Jouve Date: Sat, 2 Dec 2023 00:47:54 +0100 Subject: [PATCH] [dockerfile] update plugins (#1182) Signed-off-by: Cyril Jouve --- .github/workflows/ci.yaml | 8 ++++---- Dockerfile | 6 +++--- Dockerfile.debian-stable-slim | 6 +++--- Dockerfile.ubuntu | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a463583..010bda08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: '' diff --git a/Dockerfile b/Dockerfile index ccfdf16d..40417ac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.debian-stable-slim b/Dockerfile.debian-stable-slim index aaee2298..8d0db5a0 100644 --- a/Dockerfile.debian-stable-slim +++ b/Dockerfile.debian-stable-slim @@ -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 diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 0842fb5d..6ecabd94 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -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