hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit 24b5830126bf3795a86def2535e5dfc3ba8d796a
parent d669c3a0b5c38ed0c413ed33dc8adcd6dafe85c7
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri, 19 Sep 2025 14:09:44 +0200

feat: bump podman-driver, boa and nomad version

Diffstat:
Mhashi-pi.pkr.hcl | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hashi-pi.pkr.hcl b/hashi-pi.pkr.hcl @@ -85,7 +85,7 @@ variable "nomad_nfs_target" { variable "nomad_podman_driver_version" { type = string - default = "0.6.2" + default = "0.6.3" } variable "nomad_server" { @@ -95,7 +95,7 @@ variable "nomad_server" { variable "nomad_version" { type = string - default = "1.10.2" + default = "1.10.5" } variable "username" { @@ -136,7 +136,7 @@ variable "vault_transit_token" { variable "bao_version" { type = string - default = "2.2.2" + default = "2.4.1" } variable "architecture" {