From f1fc1fafeaa47b73864aa8388067cb0b78f105be Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Wed, 25 Mar 2026 10:36:23 -0500 Subject: [PATCH] Fix ddclient image: use linuxserver/ddclient (correct image) --- servers/legion/k8s/adguard/ddclient-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/legion/k8s/adguard/ddclient-deployment.yaml b/servers/legion/k8s/adguard/ddclient-deployment.yaml index dbdcc34..cce2449 100644 --- a/servers/legion/k8s/adguard/ddclient-deployment.yaml +++ b/servers/legion/k8s/adguard/ddclient-deployment.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: ddclient - image: ghcr.io/ddclient/ddclient:latest + image: ghcr.io/linuxserver/ddclient:latest command: ["ddclient", "-file", "/etc/ddclient/ddclient.conf", "-daemon", "300", "-noquiet", "-foreground"] volumeMounts: - name: config