Skip to content

Commit

Permalink
use the standard HTTPS port for image registry (#45)
Browse files Browse the repository at this point in the history
It's more firewall/proxy friendly with standard policies
  • Loading branch information
nobuto-m authored and kwmonroe committed Aug 30, 2019
1 parent a16227c commit 1670fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit 1670fa0

Please sign in to comment.