Explicitly set envoy version
The default v1.23.0 does not work on arm64
This commit is contained in:
parent
ad22ce6e2a
commit
d742234a36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user