Skip to content

Commit

Permalink
Update rancher-turtles to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hardys committed Nov 12, 2024
1 parent 4693910 commit 6afe40f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions asciidoc/day2/migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions asciidoc/product/atip-management-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6afe40f

Please sign in to comment.