Explicitly set envoy version

The default v1.23.0 does not work on arm64
This commit is contained in:
IamTheFij 2022-09-07 11:06:26 -07:00
parent a9bbc3705a
commit ecbd9626e8
1 changed files with 4 additions and 0 deletions

View File

@ -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