From d742234a364b08ea22b145291cf80cdef5cf5241 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 7 Sep 2022 11:06:26 -0700 Subject: [PATCH] Explicitly set envoy version The default v1.23.0 does not work on arm64 --- setup-cluster.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup-cluster.yml b/setup-cluster.yml index 55d316f..eee555d 100644 --- a/setup-cluster.yml +++ b/setup-cluster.yml @@ -301,6 +301,10 @@ nomad_install_upgrade: true nomad_allow_purge_config: true + nomad_meta: + # There are issues with v1.23.0 on arm64 + connect.sidecar_image: envoyproxy/envoy:v1.23.1 + # Where nomad gets installed to nomad_bin_dir: /usr/bin nomad_install_from_repo: true