@@ -428,17 +428,17 @@ kind: Kustomization
428428namespace: baremetal-operator-system
429429# These are the kustomizations we build on. You can download them and change the URLs to relative
430430# paths if you do not want to access them over the network.
431- # Note that the ref=v0.5.1 specifies the version to use.
431+ # Note that the ref=v0.11.0 specifies the version to use.
432432resources:
433- - https://github.com/metal3-io/baremetal-operator/config/namespace?ref=v0.5.1
434- - https://github.com/metal3-io/baremetal-operator/ironic-deployment/base?ref=v0.5.1
433+ - https://github.com/metal3-io/baremetal-operator/config/namespace?ref=v0.11.0
434+ - https://github.com/metal3-io/baremetal-operator/ironic-deployment/base?ref=v0.11.0
435435# The kustomize components configure basic-auth and TLS
436436components:
437- - https://github.com/metal3-io/baremetal-operator/ironic-deployment/components/basic-auth?ref=v0.5.1
438- - https://github.com/metal3-io/baremetal-operator/ironic-deployment/components/tls?ref=v0.5.1
437+ - https://github.com/metal3-io/baremetal-operator/ironic-deployment/components/basic-auth?ref=v0.11.0
438+ - https://github.com/metal3-io/baremetal-operator/ironic-deployment/components/tls?ref=v0.11.0
439439images:
440440- name: quay.io/metal3-io/ironic
441- newTag: v24 .0.0
441+ newTag: v32 .0.0
442442# Create a ConfigMap from ironic_bmo.env and call it ironic-bmo-configmap.
443443# This ConfigMap will be used to set environment variables for the containers.
444444configMapGenerator:
@@ -561,12 +561,16 @@ kind: Kustomization
561561namespace: baremetal-operator-system
562562# This is the kustomization that we build on. You can download it and change
563563# the URL to a relative path if you do not want to access it over the network.
564- # Note that the ref=v0.5.1 specifies the version to use.
564+ # Note that the ref=v0.11.0 specifies the version to use.
565565resources:
566- - https://github.com/metal3-io/baremetal-operator/config/overlays/basic-auth_tls?ref=v0.5.1
566+ - https://github.com/metal3-io/baremetal-operator/config/namespace?ref=v0.11.0
567+ - https://github.com/metal3-io/baremetal-operator/config/base?ref=v0.11.0
568+ components:
569+ - https://github.com/metal3-io/baremetal-operator/config/components/basic-auth?ref=v0.11.0
570+ - https://github.com/metal3-io/baremetal-operator/config/components/tls?ref=v0.11.0
567571images:
568572- name: quay.io/metal3-io/baremetal-operator
569- newTag: v0.5.1
573+ newTag: v0.11.0
570574# Create a ConfigMap from ironic.env and name it ironic.
571575configMapGenerator:
572576- name: ironic
0 commit comments