Point images to quay.io
* point ironic init contianer image to quay.io * set calico image registry to quay.io Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: Ifab5e486724ee8ada0ccb9dab9cd04472a0cdca3
This commit is contained in:
parent
057d391901
commit
4be0f16ae3
@ -87,7 +87,7 @@ spec:
|
||||
baremetal_operator:
|
||||
ironic: # ironic Deployment
|
||||
init_bootstrap:
|
||||
image: centos
|
||||
image: quay.io/centos/centos:8.3.2011
|
||||
init_images:
|
||||
image: quay.io/airshipit/ipa:latest
|
||||
dnsmasq:
|
||||
|
@ -2,4 +2,5 @@ apiVersion: operator.tigera.io/v1
|
||||
kind: Installation
|
||||
metadata:
|
||||
name: default
|
||||
spec: {}
|
||||
spec:
|
||||
registry: "quay.io"
|
||||
|
@ -2,4 +2,5 @@ apiVersion: operator.tigera.io/v1
|
||||
kind: Installation
|
||||
metadata:
|
||||
name: default
|
||||
spec: {}
|
||||
spec:
|
||||
registry: "quay.io"
|
||||
|
Loading…
Reference in New Issue
Block a user