hashipi

Raspberry Pi home lab with Nomad and OpenBao
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit 72ba00e6927c6bcb55e14c0f8529e3d1af1cea08
parent 36abfc90ff919bdcae9a881e630dabe3306c4508
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri,  5 Jun 2026 09:30:16 +0200

feat: update image versions

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 @@ -30,7 +30,7 @@ variable "img_size" { variable "img_url" { type = string - default = "https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2025-10-02/2025-10-01-raspios-trixie-arm64-lite.img.xz" + default = "https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2026-04-21/2026-04-21-raspios-trixie-arm64-lite.img.xz" } variable "nomad_tls_ca" { @@ -95,7 +95,7 @@ variable "nomad_server" { variable "nomad_version" { type = string - default = "1.10.5" + default = "2.0.1" } variable "username" { @@ -126,7 +126,7 @@ variable "vault_transit_token" { variable "bao_version" { type = string - default = "2.4.1" + default = "2.5.2" } variable "architecture" {