home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 4ecc98ef1c7e3bbc6afb34dae38275f62d5795e3
parent d6a0a0681b586eabc93d5f049c974b2c9b5d976c
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  3 Jan 2023 16:02:17 +0100

tools/bekind: update kind node images and profiles

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/bekind/profiles/1.21.yaml | 2+-
Mtools/bekind/profiles/1.22.yaml | 2+-
Mtools/bekind/profiles/1.23.yaml | 2+-
Mtools/bekind/profiles/1.24.yaml | 2+-
Atools/bekind/profiles/1.25.yaml | 12++++++++++++
5 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/tools/bekind/profiles/1.21.yaml b/tools/bekind/profiles/1.21.yaml @@ -9,4 +9,4 @@ containerdConfigPatches: endpoint = ["http://sakhalin.home:5000"] nodes: - role: control-plane - image: "kindest/node:v1.21.14@sha256:ad5b7446dd8332439f22a1efdac73670f0da158c00f0a70b45716e7ef3fae20b" + image: "kindest/node:v1.21.14@sha256:9d9eb5fb26b4fbc0c6d95fa8c790414f9750dd583f5d7cee45d92e8c26670aa1" diff --git a/tools/bekind/profiles/1.22.yaml b/tools/bekind/profiles/1.22.yaml @@ -9,4 +9,4 @@ containerdConfigPatches: endpoint = ["http://sakhalin.home:5000"] nodes: - role: control-plane - image: "kindest/node:1.22.7@sha256:1dfd72d193bf7da64765fd2f2898f78663b9ba366c2aa74be1fd7498a1873166" + image: "kindest/node:v1.22.15@sha256:7d9708c4b0873f0fe2e171e2b1b7f45ae89482617778c1c875f1053d4cef2e41" diff --git a/tools/bekind/profiles/1.23.yaml b/tools/bekind/profiles/1.23.yaml @@ -9,4 +9,4 @@ containerdConfigPatches: endpoint = ["http://sakhalin.home:5000"] nodes: - role: control-plane - image: "kindest/node:v1.23.12@sha256:9402cf1330bbd3a0d097d2033fa489b2abe40d479cc5ef47d0b6a6960613148a" + image: "kindest/node:v1.23.13@sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61" diff --git a/tools/bekind/profiles/1.24.yaml b/tools/bekind/profiles/1.24.yaml @@ -9,4 +9,4 @@ containerdConfigPatches: endpoint = ["http://sakhalin.home:5000"] nodes: - role: control-plane - image: kindest/node:v1.24.4@sha256:adfaebada924a26c2c9308edd53c6e33b3d4e453782c0063dc0028bdebaddf98 + image: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315 diff --git a/tools/bekind/profiles/1.25.yaml b/tools/bekind/profiles/1.25.yaml @@ -0,0 +1,12 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +networking: + apiServerAddress: HOST + apiServerPort: PORT +containerdConfigPatches: +- |- + [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"] + endpoint = ["http://sakhalin.home:5000"] +nodes: +- role: control-plane + image: kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1