Skip to content

Commit fbb98ce

Browse files
scripts/pull-deps: add update note
I ran into this problem and was wondering how to work around it.
1 parent 700c922 commit fbb98ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/pull-deps.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ set -euo pipefail
99
# From Achille, "If we use a different version than v3.5.4 the content of
1010
# eks-configuration ends up being reformatted, which will trigger a recreation
1111
# of the Zookeeper cluster for Centrifuge's Kafka in production."
12+
#
13+
# If you are reading this because you're on Apple M1 Silicon and can't install
14+
# this version of Helm, see the notes in the eks-configuration README about how
15+
# to work around this problem: https://github.com/segmentio/eks-configuration
1216
HELM_VERSION="3.5.4"
1317
# Checksums are e.g. here: https://github.com/helm/helm/releases/tag/v3.5.4
1418
HELM_SHA256_SUM="a8ddb4e30435b5fd45308ecce5eaad676d64a5de9c89660b56face3fe990b318"

0 commit comments

Comments
 (0)