All checks were successful
Build PR in OBS / Build PR in OBS (pull_request_target) Successful in 18s
- Make the different ipa-ramdisk packages installable side by side - Clean the ipa-downloader Dockerfile from what seems to be unneeded - Get both images in - Use zstd instead of xz for better speed - Check sums before redoing certs integration - Add value to metal3 chart to select between architectures - Get the two ESP available as well Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
29 lines
932 B
YAML
29 lines
932 B
YAML
#!BuildTag: %%IMG_PREFIX%%metal3-chart:%%CHART_MAJOR%%.0.2_up0.11.0
|
|
#!BuildTag: %%IMG_PREFIX%%metal3-chart:%%CHART_MAJOR%%.0.2_up0.11.0-%RELEASE%
|
|
apiVersion: v2
|
|
appVersion: 0.11.0
|
|
dependencies:
|
|
- alias: metal3-baremetal-operator
|
|
name: baremetal-operator
|
|
repository: file://./charts/baremetal-operator
|
|
version: 0.9.1
|
|
- alias: metal3-ironic
|
|
name: ironic
|
|
repository: file://./charts/ironic
|
|
version: 0.10.0
|
|
- alias: metal3-mariadb
|
|
condition: global.enable_mariadb
|
|
name: mariadb
|
|
repository: file://./charts/mariadb
|
|
version: 0.5.4
|
|
- alias: metal3-media
|
|
condition: global.enable_metal3_media_server
|
|
name: media
|
|
repository: file://./charts/media
|
|
version: 0.6.1
|
|
description: A Helm chart that installs all of the dependencies needed for Metal3
|
|
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
|
|
name: metal3
|
|
type: application
|
|
version: "%%CHART_MAJOR%%.0.2+up0.11.0"
|