From aabead174cd5a51c755fde0bbf7586ef310b387a Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 2 Nov 2025 16:59:08 +0100 Subject: [PATCH] Added fallback registries for container images --- talos/patches/docker-proxy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/talos/patches/docker-proxy.yaml b/talos/patches/docker-proxy.yaml index 3a68e13..b0ac245 100644 --- a/talos/patches/docker-proxy.yaml +++ b/talos/patches/docker-proxy.yaml @@ -9,12 +9,15 @@ machine: ghcr.io: endpoints: - http://harbor.noxxos.nl/v2/proxy-ghcr.io + - https://ghcr.io overridePath: true gcr.io: endpoints: - http://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://registry.k8s.io overridePath: true \ No newline at end of file