From dd8bb866e168b8092d3a04f22548501c42f9197f Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Tue, 21 Jun 2022 10:21:12 -0700 Subject: [PATCH] scripts: update Helm to v3.5.4 We need to pin to the specific version to avoid generating whitespace diffs and rolling the Centrifuge cluster. Add a note about why we have that version chosen. --- scripts/pull-deps.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/pull-deps.sh b/scripts/pull-deps.sh index dc11412..91e2b09 100755 --- a/scripts/pull-deps.sh +++ b/scripts/pull-deps.sh @@ -3,8 +3,13 @@ set -e # Required versions -HELM_VERSION="3.5.0" -HELM_SHA256_SUM="3fff0354d5fba4c73ebd5db59a59db72f8a5bbe1117a0b355b0c2983e98db95b" + +# From Achille, "If we use a different version than v3.5.4 the content of +# eks-configuration ends up being reformatted, which will trigger a recreation +# of the Zookeeper cluster for Centrifuge's Kafka in production." +HELM_VERSION="3.5.4" +# Checksums are e.g. here: https://github.com/helm/helm/releases/tag/v3.5.4 +HELM_SHA256_SUM="a8ddb4e30435b5fd45308ecce5eaad676d64a5de9c89660b56face3fe990b318" IAM_AUTHENTICATOR_VERSION="0.5.2" IAM_AUTHENTICATOR_SHA256_SUM="5bbe44ad7f6dd87a02e0b463a2aed9611836eb2f40d7fbe8c517460a4385621b"