From 2e925b555cecda669cf48f45d5d7ba4ed6d65d91 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 17 Jan 2022 03:51:30 +0100 Subject: [PATCH] fix(calico): Fix docker rate limits This patch replaces the registry used to pull calico images with quay.io since docker hub complaints about rate limits --- bootstrap/calico/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml index 0924184bd..db49a2041 100644 --- a/bootstrap/calico/release.yaml +++ b/bootstrap/calico/release.yaml @@ -18,6 +18,7 @@ spec: installation: enabled: true kubernetesProvider: "" + registry: quay.io calicoNetwork: bgp: Enabled hostPorts: Enabled -- GitLab