hashipi

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

commit 237ea212e92f977fad9bf9b6c2287f99c89eacc4
parent 0f6b0801deba80840655901b1ce49bed06269cbe
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 15 Oct 2023 22:12:30 +0200

feat: upgrade raspios bookworm

Diffstat:
Mhashi-pi.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hashi-pi.json b/hashi-pi.json @@ -3,10 +3,10 @@ "hostname": "HashiPi0", "username": "in0rdr", "authorized_keys": "", - "img_url": "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz", + "img_url": "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-10-10/2023-10-10-raspios-bookworm-arm64-lite.img.xz", "img_name": "raspi.img", "flash_device_path": null, - "img_size": "3G", + "img_size": "4G", "consul_version": "1.16.0", "consul_server": "true", "consul_encrypt": null,