We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700c922 commit fbb98ceCopy full SHA for fbb98ce
scripts/pull-deps.sh
@@ -9,6 +9,10 @@ set -euo pipefail
9
# From Achille, "If we use a different version than v3.5.4 the content of
10
# eks-configuration ends up being reformatted, which will trigger a recreation
11
# 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
16
HELM_VERSION="3.5.4"
17
# Checksums are e.g. here: https://github.com/helm/helm/releases/tag/v3.5.4
18
HELM_SHA256_SUM="a8ddb4e30435b5fd45308ecce5eaad676d64a5de9c89660b56face3fe990b318"
0 commit comments