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 4067044266e40ccf0b9367e2fd9df58892c67096
parent 80d421b6bbfb9c0b0b65f236bceb58b566333506
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri, 31 Jan 2025 00:35:32 +0100

feat(nomad): bump cni plugins and nomad podman driver

Diffstat:
Mhashi-pi.pkr.hcl | 2+-
Mnomad.sh | 2+-
2 files changed, 2 insertions(+), 2 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.5.2" + default = "0.6.2" } variable "nomad_server" { diff --git a/nomad.sh b/nomad.sh @@ -196,7 +196,7 @@ EOF # Install CNI plugins # - https://developer.hashicorp.com/nomad/docs/networking/cni -curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.5.0/cni-plugins-linux-arm64-v1.5.0.tgz" +curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.6.2/cni-plugins-linux-arm64-v1.6.2.tgz" mkdir -p /opt/cni/bin tar -C /opt/cni/bin -xzf cni-plugins.tgz