diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 316a6a2f..2e25b18c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: # we will mark this combination as failable, # and instruct users to upgrade helm and helm-secrets at once. plugin-secrets-version: 4.6.0 - plugin-diff-version: 3.9.12 + plugin-diff-version: 3.9.14 extra-helmfile-flags: '' v1mode: '' - helm-version: v3.17.0 @@ -80,14 +80,14 @@ jobs: - helm-version: v3.17.0 kustomize-version: v5.4.3 plugin-secrets-version: 4.6.0 - plugin-diff-version: 3.9.12 + plugin-diff-version: 3.9.14 extra-helmfile-flags: '' v1mode: '' # Helmfile v1 - helm-version: v3.17.0 kustomize-version: v5.4.3 plugin-secrets-version: 4.6.0 - plugin-diff-version: 3.9.12 + plugin-diff-version: 3.9.14 extra-helmfile-flags: '' v1mode: 'true' # In case you need to test some optional helmfile features, @@ -95,7 +95,7 @@ jobs: - helm-version: v3.17.0 kustomize-version: v5.4.3 plugin-secrets-version: 4.6.0 - plugin-diff-version: 3.9.12 + plugin-diff-version: 3.9.14 extra-helmfile-flags: '--enable-live-output' v1mode: '' steps: diff --git a/Dockerfile b/Dockerfile index a40a38b5..fef2853c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,7 @@ RUN set -x && \ [ "$(age --version)" = "${AGE_VERSION}" ] && \ [ "$(age-keygen --version)" = "${AGE_VERSION}" ] -RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.13 && \ +RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.14 && \ 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.2 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ diff --git a/Dockerfile.debian-stable-slim b/Dockerfile.debian-stable-slim index 4e8ef659..d19a5d40 100644 --- a/Dockerfile.debian-stable-slim +++ b/Dockerfile.debian-stable-slim @@ -99,7 +99,7 @@ RUN set -x && \ [ "$(age --version)" = "${AGE_VERSION}" ] && \ [ "$(age-keygen --version)" = "${AGE_VERSION}" ] -RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.13 && \ +RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.14 && \ 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.2 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index caa05cf3..55226c9c 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -99,7 +99,7 @@ RUN set -x && \ [ "$(age --version)" = "${AGE_VERSION}" ] && \ [ "$(age-keygen --version)" = "${AGE_VERSION}" ] -RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.13 && \ +RUN helm plugin install https://github.com/databus23/helm-diff --version v3.9.14 && \ 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.2 && \ helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.16.0 && \ diff --git a/pkg/app/init.go b/pkg/app/init.go index 4ac0aeb9..31e5cbfb 100644 --- a/pkg/app/init.go +++ b/pkg/app/init.go @@ -19,7 +19,7 @@ import ( const ( HelmRequiredVersion = "v3.16.4" HelmRecommendedVersion = "v3.17.0" - HelmDiffRecommendedVersion = "v3.9.13" + HelmDiffRecommendedVersion = "v3.9.14" HelmSecretsRecommendedVersion = "v4.6.0" HelmGitRecommendedVersion = "v0.15.1" HelmS3RecommendedVersion = "v0.16.0" diff --git a/test/integration/run.sh b/test/integration/run.sh index e4248cc8..b1548856 100755 --- a/test/integration/run.sh +++ b/test/integration/run.sh @@ -27,7 +27,7 @@ export HELM_DATA_HOME="${helm_dir}/data" export HELM_HOME="${HELM_DATA_HOME}" export HELM_PLUGINS="${HELM_DATA_HOME}/plugins" export HELM_CONFIG_HOME="${helm_dir}/config" -HELM_DIFF_VERSION="${HELM_DIFF_VERSION:-3.9.12}" +HELM_DIFF_VERSION="${HELM_DIFF_VERSION:-3.9.14}" HELM_SECRETS_VERSION="${HELM_SECRETS_VERSION:-3.15.0}" export GNUPGHOME="${PWD}/${dir}/.gnupg" export SOPS_PGP_FP="B2D6D7BBEC03B2E66571C8C00AD18E16CFDEF700"