Skip to content

Commit 172c773

Browse files
committed
Fix some remaining 3.2 references
Some references were missed in suse-edge#649
1 parent e7e1dbe commit 172c773

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

asciidoc/day2/migration.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[#day2-migration]
2-
= Edge 3.2 migration
2+
= Edge 3.3 migration
33
:experimental:
44

55
ifdef::env-github[]
@@ -11,9 +11,9 @@ ifdef::env-github[]
1111
:warning-caption: :warning:
1212
endif::[]
1313
:toc: preamble
14-
:previous-edge-version: 3.1
15-
:static-edge-version: 3.2.0
16-
:static-fleet-examples-tag: release-3.2.0
14+
:previous-edge-version: 3.2
15+
:static-edge-version: 3.3.0
16+
:static-fleet-examples-tag: release-3.3.0
1717

1818
This section explains how to migrate your `management` and `downstream` clusters from `Edge {previous-edge-version}` to `Edge {static-edge-version}`.
1919

@@ -78,7 +78,7 @@ The following topics are covered as part of this section:
7878
[#day2-migration-mgmt-upgrade-controller-prereq]
7979
==== Prerequisites
8080

81-
===== Edge 3.2 Upgrade Controller
81+
===== Edge 3.3 Upgrade Controller
8282

8383
Before using the `Upgrade Controller`, you must first ensure that it is running a version that is capable of migrating to the desired Edge release.
8484

asciidoc/guides/clusterclass.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
name: endpoint-copier-operator
126126
namespace: kube-system
127127
spec:
128-
chart: oci://registry.suse.com/edge/3.2/endpoint-copier-operator-chart
128+
chart: oci://registry.suse.com/edge/charts/endpoint-copier-operator
129129
targetNamespace: endpoint-copier-operator
130130
version: {version-endpoint-copier-operator-chart}
131131
createNamespace: true
@@ -139,7 +139,7 @@ spec:
139139
name: metallb
140140
namespace: kube-system
141141
spec:
142-
chart: oci://registry.suse.com/edge/3.2/metallb-chart
142+
chart: oci://registry.suse.com/edge/charts/metallb
143143
targetNamespace: metallb-system
144144
version: {version-metallb-chart}
145145
createNamespace: true
@@ -440,7 +440,7 @@ spec:
440440
name: endpoint-copier-operator
441441
namespace: kube-system
442442
spec:
443-
chart: oci://registry.suse.com/edge/3.2/endpoint-copier-operator-chart
443+
chart: oci://registry.suse.com/edge/charts/endpoint-copier-operator
444444
targetNamespace: endpoint-copier-operator
445445
version: {version-endpoint-copier-operator-chart}
446446
createNamespace: true
@@ -454,7 +454,7 @@ spec:
454454
name: metallb
455455
namespace: kube-system
456456
spec:
457-
chart: oci://registry.suse.com/edge/3.2/metallb-chart
457+
chart: oci://registry.suse.com/edge/charts/metallb
458458
targetNamespace: metallb-system
459459
version: {version-metallb-chart}
460460
createNamespace: true
@@ -609,4 +609,4 @@ spec:
609609
610610
----
611611

612-
This approach allows for a more streamlined process, deploying a cluster with only 3 resources once you have defined the clusterclass.
612+
This approach allows for a more streamlined process, deploying a cluster with only 3 resources once you have defined the clusterclass.

0 commit comments

Comments
 (0)