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