Skip to content

Commit dd8bb86

Browse files
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.
1 parent 114e968 commit dd8bb86

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

scripts/pull-deps.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
set -e
44

55
# Required versions
6-
HELM_VERSION="3.5.0"
7-
HELM_SHA256_SUM="3fff0354d5fba4c73ebd5db59a59db72f8a5bbe1117a0b355b0c2983e98db95b"
6+
7+
# From Achille, "If we use a different version than v3.5.4 the content of
8+
# eks-configuration ends up being reformatted, which will trigger a recreation
9+
# of the Zookeeper cluster for Centrifuge's Kafka in production."
10+
HELM_VERSION="3.5.4"
11+
# Checksums are e.g. here: https://github.com/helm/helm/releases/tag/v3.5.4
12+
HELM_SHA256_SUM="a8ddb4e30435b5fd45308ecce5eaad676d64a5de9c89660b56face3fe990b318"
813

914
IAM_AUTHENTICATOR_VERSION="0.5.2"
1015
IAM_AUTHENTICATOR_SHA256_SUM="5bbe44ad7f6dd87a02e0b463a2aed9611836eb2f40d7fbe8c517460a4385621b"

0 commit comments

Comments
 (0)