From f2ec73cff38a3a1ee9694ed746cb756d03d11901 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Tue, 11 Nov 2025 20:52:26 +0100 Subject: [PATCH] Fix: Update endpoints in docker-proxy.yaml to use HTTPS --- talos/patches/docker-proxy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/talos/patches/docker-proxy.yaml b/talos/patches/docker-proxy.yaml index b0ac245..35fec41 100644 --- a/talos/patches/docker-proxy.yaml +++ b/talos/patches/docker-proxy.yaml @@ -3,21 +3,21 @@ machine: mirrors: docker.io: endpoints: - - http://harbor.noxxos.nl/v2/proxy-docker.io + - https://harbor.noxxos.nl/v2/proxy-docker.io - https://registry-1.docker.io overridePath: true ghcr.io: endpoints: - - http://harbor.noxxos.nl/v2/proxy-ghcr.io + - https://harbor.noxxos.nl/v2/proxy-ghcr.io - https://ghcr.io overridePath: true gcr.io: endpoints: - - http://harbor.noxxos.nl/v2/proxy-gcr.io + - https://harbor.noxxos.nl/v2/proxy-gcr.io - https://gcr.io overridePath: true registry.k8s.io: endpoints: - - http://harbor.noxxos.nl/v2/proxy-registry.k8s.io + - https://harbor.noxxos.nl/v2/proxy-registry.k8s.io - https://registry.k8s.io overridePath: true \ No newline at end of file