cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 13c90c82f39b5d82bb69b3e4efd6268fa55a1519
parent 710cb5467a7d5e112971ef4a89e2eb0225582822
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu, 19 Feb 2026 14:49:01 +0100

fix image tag

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/connectivity-tester/deployment.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/talos_cluster/connectivity-tester/deployment.yaml b/apps/talos_cluster/connectivity-tester/deployment.yaml @@ -124,7 +124,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: federation-tester-api - image: ghcr.io/mtrnord/rust-federation-tester:v0.3.0 + image: ghcr.io/mtrnord/rust-federation-tester:0.3.0 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false