From 3a828af690777b59eddba27fa975e9b2ea7b2571 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 18 Nov 2022 08:56:29 -0800 Subject: [PATCH] No longer need to pin the envoy proxy --- ansible_playbooks/setup-cluster.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible_playbooks/setup-cluster.yml b/ansible_playbooks/setup-cluster.yml index 1478f50..d88aafd 100644 --- a/ansible_playbooks/setup-cluster.yml +++ b/ansible_playbooks/setup-cluster.yml @@ -288,10 +288,6 @@ 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