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
|
||||
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…
Reference in New Issue
Block a user