home

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

commit 3f8e0f949dcf4ab1a2810e15451b89092259382f
parent 8bd8f3b49a41cc9dab30937dcc239996a5cb6ee4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 27 Jul 2023 09:25:33 +0200

tools/bekind: update images for kind

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+-
Mtools/bekind/profiles/1.25.yaml | 2+-
Atools/bekind/profiles/1.26.yaml | 12++++++++++++
Atools/bekind/profiles/1.27.yaml | 12++++++++++++
7 files changed, 29 insertions(+), 5 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:9d9eb5fb26b4fbc0c6d95fa8c790414f9750dd583f5d7cee45d92e8c26670aa1" + image: "kindest/node:v1.21.14@sha256:8a4e9bb3f415d2bb81629ce33ef9c76ba514c14d707f9797a01e3216376ba093" 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:v1.22.15@sha256:7d9708c4b0873f0fe2e171e2b1b7f45ae89482617778c1c875f1053d4cef2e41" + image: "kindest/node:v1.22.17@sha256:f5b2e5698c6c9d6d0adc419c0deae21a425c07d81bbf3b6a6834042f25d4fba2" 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.13@sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61" + image: "kindest/node:v1.23.17@sha256:59c989ff8a517a93127d4a536e7014d28e235fb3529d9fba91b3951d461edfdb" 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.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315 + image: kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab diff --git a/tools/bekind/profiles/1.25.yaml b/tools/bekind/profiles/1.25.yaml @@ -9,4 +9,4 @@ containerdConfigPatches: endpoint = ["http://sakhalin.home:5000"] nodes: - role: control-plane - image: kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1 + image: kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8 diff --git a/tools/bekind/profiles/1.26.yaml b/tools/bekind/profiles/1.26.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.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb diff --git a/tools/bekind/profiles/1.27.yaml b/tools/bekind/profiles/1.27.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.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72