From ecbd9626e84de5d4d51b94de2c31d12688db6810 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 --- nomad/setup-cluster.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nomad/setup-cluster.yml b/nomad/setup-cluster.yml index 55d316f..eee555d 100644 --- a/nomad/setup-cluster.yml +++ b/nomad/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