Merge "Add qcow-bundle to base catalogues"
This commit is contained in:
commit
346196e6c1
@ -90,6 +90,8 @@ spec:
|
|||||||
image: quay.io/centos/centos:8.3.2011
|
image: quay.io/centos/centos:8.3.2011
|
||||||
init_images:
|
init_images:
|
||||||
image: quay.io/airshipit/ipa:latest
|
image: quay.io/airshipit/ipa:latest
|
||||||
|
qcow_bundle:
|
||||||
|
image: quay.io/airshipit/qcow-bundle:latest-ubuntu_focal
|
||||||
dnsmasq:
|
dnsmasq:
|
||||||
image: quay.io/metal3-io/ironic:capm3-v0.4.0
|
image: quay.io/metal3-io/ironic:capm3-v0.4.0
|
||||||
httpd:
|
httpd:
|
||||||
|
@ -30,6 +30,16 @@ replacements:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: ironic
|
name: ironic
|
||||||
fieldrefs: ["{.spec.template.spec.initContainers[?(.name == 'init-images')].image}"]
|
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:
|
- source:
|
||||||
objref:
|
objref:
|
||||||
kind: VersionsCatalogue
|
kind: VersionsCatalogue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user