From 69d77507eea0025bf80ffd3f8dd7f176a80eda84 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Wed, 5 Oct 2022 10:02:49 +0800 Subject: [PATCH] update helm-diff version to 3.5.0 (#379) Signed-off-by: yxxhero Signed-off-by: yxxhero --- test/integration/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/run.sh b/test/integration/run.sh index 5c361793..869a8a12 100755 --- a/test/integration/run.sh +++ b/test/integration/run.sh @@ -25,7 +25,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=3.3.1 +HELM_DIFF_VERSION=3.5.0 HELM_SECRETS_DEFAULT_VERSION=3.15.0 HELM_SECRETS_VERSION="${HELM_SECRETS_VERSION:-$HELM_SECRETS_DEFAULT_VERSION}" export GNUPGHOME="${PWD}/${dir}/.gnupg"