Add metal3 images to ARM allowlist #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "steven.hardy/Factory:arm_config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to ensure these build to enable usage of the metal3 chart on ARM
@nbelouin as discussed I added the metal3 related images so we can test the project config automation - when we've confirmed those are building and the config update is applied, I'll need to enable metal3-chart and also the rancher-turtles chart
Due to a quirk in how the config works, you need to add some
excludebuild
after line 59.You need to exclude the images (
baremetal-operator-image
,ironic-ipa-downloader-image
,ironic-image
andkube-rbac-proxy-image
).charts are not architecture dependents, so we won't need to enable them
46b776e293
tof61bb1e0e6
Thanks, now updated!