diff --git a/asciidoc/day2/migration.adoc b/asciidoc/day2/migration.adoc index 9999147f..92a8d43c 100644 --- a/asciidoc/day2/migration.adoc +++ b/asciidoc/day2/migration.adoc @@ -285,7 +285,7 @@ To migrate the CAPI controllers versions to `Edge 3.1.0` compatible versions, in [,bash] ---- -helm install rancher-turtles oci://registry.suse.com/edge/3.1/rancher-turtles-chart --version 0.3.2 --namespace rancher-turtles-system --create-namespace +helm install rancher-turtles oci://registry.suse.com/edge/3.1/rancher-turtles-chart --version 0.3.3 --namespace rancher-turtles-system --create-namespace ---- After some time, the controller pods running in the `capi-system`, `capm3-system`, `rke2-bootstrap-system` and `rke2-control-plane-system` namespaces are upgraded with the `Edge 3.1.0` compatible controller versions. @@ -346,15 +346,15 @@ kubectl annotate namespace rke2-control-plane-system meta.helm.sh/release-namesp + [,bash] ---- -helm pull oci://registry.suse.com/edge/3.1/rancher-turtles-airgap-resources-chart --version 0.3.2 -helm pull oci://registry.suse.com/edge/3.1/rancher-turtles-chart --version 0.3.2 +helm pull oci://registry.suse.com/edge/3.1/rancher-turtles-airgap-resources-chart --version 0.3.3 +helm pull oci://registry.suse.com/edge/3.1/rancher-turtles-chart --version 0.3.3 ---- . To provide the needed resources for an air-gapped installation of the `Rancher Turtles` Helm chart, install the `rancher-turtles-airgap-resources` Helm chart: + [,bash] ---- -helm install rancher-turtles-airgap-resources ./rancher-turtles-airgap-resources-chart-0.3.2.tgz --namespace rancher-turtles-system --create-namespace +helm install rancher-turtles-airgap-resources ./rancher-turtles-airgap-resources-chart-0.3.3.tgz --namespace rancher-turtles-system --create-namespace ---- . Configure the `cluster-api-operator` in the `Rancher Turtles` Helm chart to fetch controller data from correct locations: @@ -385,7 +385,7 @@ EOF + [,bash] ---- -helm install rancher-turtles ./rancher-turtles-chart-0.3.2.tgz --namespace rancher-turtles-system --create-namespace --values values.yaml +helm install rancher-turtles ./rancher-turtles-chart-0.3.3.tgz --namespace rancher-turtles-system --create-namespace --values values.yaml ---- After some time, the controller pods running in the `capi-system`, `capm3-system`, `rke2-bootstrap-system` and `rke2-control-plane-system` namespaces will be upgraded with the `Edge 3.1.0` compatible controller versions. diff --git a/asciidoc/product/atip-management-cluster.adoc b/asciidoc/product/atip-management-cluster.adoc index 96f6b675..5d83f3ea 100644 --- a/asciidoc/product/atip-management-cluster.adoc +++ b/asciidoc/product/atip-management-cluster.adoc @@ -189,7 +189,7 @@ kubernetes: installationNamespace: kube-system valuesFile: metal3.yaml - name: rancher-turtles-chart - version: 0.3.2 + version: 0.3.3 repositoryName: suse-edge-charts targetNamespace: rancher-turtles-system createNamespace: true @@ -318,7 +318,7 @@ kubernetes: installationNamespace: kube-system valuesFile: metal3.yaml - name: rancher-turtles-chart - version: 0.3.2 + version: 0.3.3 repositoryName: suse-edge-charts targetNamespace: rancher-turtles-system createNamespace: true @@ -1029,14 +1029,14 @@ kubernetes: installationNamespace: kube-system valuesFile: metal3.yaml - name: rancher-turtles-chart - version: 0.3.2 + version: 0.3.3 repositoryName: suse-edge-charts targetNamespace: rancher-turtles-system createNamespace: true installationNamespace: kube-system valuesFile: turtles.yaml - name: rancher-turtles-airgap-resources-chart - version: 0.3.2 + version: 0.3.3 repositoryName: suse-edge-charts targetNamespace: rancher-turtles-system createNamespace: true