metal3-io / metal3-docs

Architecture documentation that describes the components being built under Metal³.
http://metal3.io
Apache License 2.0
267 stars 112 forks source link

Pin ironic image for the quick-start #388

Closed lentzi90 closed 5 months ago

lentzi90 commented 6 months ago

After https://github.com/metal3-io/ironic-image/pull/479 was merged, the default changed to not use inspector. This breaks the quick-start guide since it is using BareMetalOperator v0.5.0 that assumes inspector is used. We should pin the ironic-image to v24.0.0 to fix this and avoid similar issues going forward.

Add the following to the ironic kustomization in the quick-start:

images:
- name: quay.io/metal3-io/ironic
  newTag: v24.0.0
lentzi90 commented 6 months ago

/triage accepted /good-first-issue

metal3-io-bot commented 6 months ago

@lentzi90: This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/metal3-io/metal3-docs/issues/388): >/triage accepted >/good-first-issue Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.