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