bump podman-nomad-driver version and add hardtack group vars

This commit is contained in:
Amarpreet Minhas 2021-08-15 21:27:46 -04:00
parent a7fe1a32a8
commit fdf53f045c
3 changed files with 11 additions and 1 deletions

View file

@ -61,7 +61,7 @@ vault_ca_cert_payload: |
# nomad # nomad
nomad_version: 1.1.3 nomad_version: 1.1.3
nomad_podman_driver_version: 0.1.0 nomad_podman_driver_version: 0.3.0
# podman # podman
podman_version: 3.0.1+dfsg1-3+b2 podman_version: 3.0.1+dfsg1-3+b2

View file

@ -0,0 +1,5 @@
---
hashi_arch: arm
consul_arch: arm64
nomad_arch: arm64
docker_arch: arm64

View file

@ -0,0 +1,5 @@
---
nomad_meta_values:
- { name: "storage_optimized", value: "false" }
- { name: "ram_optimized", value: "false" }
...