From 1670fa0b43111a3aed88a472f16289c88ec1bb81 Mon Sep 17 00:00:00 2001 From: Nobuto Murata Date: Fri, 30 Aug 2019 22:53:49 +0900 Subject: [PATCH] use the standard HTTPS port for image registry (#45) It's more firewall/proxy friendly with standard policies --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 4107af7..e820254 100644 --- a/config.yaml +++ b/config.yaml @@ -2,12 +2,12 @@ options: calico-node-image: type: string # Please refer to layer-canal/versioning.md before changing the version below. - default: rocks.canonical.com:5000/cdk/calico/node:v3.6.1 + default: rocks.canonical.com:443/cdk/calico/node:v3.6.1 description: | The image id to use for calico/node. calico-policy-image: type: string - default: rocks.canonical.com:5000/cdk/calico/kube-controllers:v3.6.1 + default: rocks.canonical.com:443/cdk/calico/kube-controllers:v3.6.1 description: | The image id to use for calico/kube-controllers. ipip: