Add qcow-bundle to base catalogues
Change-Id: I200b7f58070b001dec658c2c02bf70b602a2e620 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
5e06ad2287
commit
993544d2ac
@ -90,6 +90,8 @@ spec:
|
||||
image: quay.io/centos/centos:8.3.2011
|
||||
init_images:
|
||||
image: quay.io/airshipit/ipa:latest
|
||||
qcow_bundle:
|
||||
image: quay.io/airshipit/qcow-bundle:latest-ubuntu_focal
|
||||
dnsmasq:
|
||||
image: quay.io/metal3-io/ironic:capm3-v0.4.0
|
||||
httpd:
|
||||
|
@ -30,6 +30,16 @@ replacements:
|
||||
kind: Deployment
|
||||
name: ironic
|
||||
fieldrefs: ["{.spec.template.spec.initContainers[?(.name == 'init-images')].image}"]
|
||||
- source:
|
||||
objref:
|
||||
kind: VersionsCatalogue
|
||||
name: versions-airshipctl
|
||||
fieldref: "{.spec.images.baremetal_operator.ironic.qcow_bundle.image}"
|
||||
target:
|
||||
objref:
|
||||
kind: Deployment
|
||||
name: ironic
|
||||
fieldrefs: ["{.spec.template.spec.initContainers[?(.name == 'qcow-bundle')].image}"]
|
||||
- source:
|
||||
objref:
|
||||
kind: VersionsCatalogue
|
||||
|
Loading…
x
Reference in New Issue
Block a user