Skip to content

Commit 4b642a0

Browse files
committed
User guide: update really outdated versions in quickstart
Signed-off-by: Dmitry Tantsur <[email protected]>
1 parent 5ea91d8 commit 4b642a0

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/user-guide/src/quick-start.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -428,17 +428,17 @@ kind: Kustomization
428428
namespace: 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.
432432
resources:
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
436436
components:
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
439439
images:
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.
444444
configMapGenerator:
@@ -561,12 +561,16 @@ kind: Kustomization
561561
namespace: 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.
565565
resources:
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
567571
images:
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.
571575
configMapGenerator:
572576
- name: ironic

0 commit comments

Comments
 (0)