From 4e085ddad9c10fca2a79a64c5e9054da4c3d4f71 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 Jan 2026 08:37:46 +0200 Subject: Fix ipv6test registry hostname Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp --- f3s/ipv6test/helm-chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f3s/ipv6test/helm-chart/templates/deployment.yaml b/f3s/ipv6test/helm-chart/templates/deployment.yaml index e5ad22a..8e18f92 100644 --- a/f3s/ipv6test/helm-chart/templates/deployment.yaml +++ b/f3s/ipv6test/helm-chart/templates/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: ipv6test - image: r0.lan.buetow.org:30001/ipv6test:1.0.0 + image: registry.lan.buetow.org:30001/ipv6test:1.0.0 ports: - containerPort: 80 resources: -- cgit v1.2.3