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