Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Turtles version number - v0.6.0 #82

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/install-rancher-turtles/using_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ helm repo update
As mentioned before, installing Rancher Turtles requires the [Cluster API Operator](https://github.com/kubernetes-sigs/cluster-api-operator) and the Helm chart can handle its installation automatically with a minimum set of flags:

```bash
helm install rancher-turtles turtles/rancher-turtles --version v0.5.0 \
helm install rancher-turtles turtles/rancher-turtles --version v0.6.0 \
-n rancher-turtles-system \
--dependency-update \
--create-namespace --wait \
Expand Down Expand Up @@ -103,7 +103,7 @@ helm repo update
and then it can be installed into the `rancher-turtles-system` namespace with:

```bash
helm install rancher-turtles turtles/rancher-turtles --version v0.5.0
helm install rancher-turtles turtles/rancher-turtles --version v0.6.0
-n rancher-turtles-system
--set cluster-api-operator.enabled=false
--set cluster-api-operator.cluster-api.enabled=false
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/early_adopter_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kubectl delete mutatingwebhookconfigurations.admissionregistration.k8s.io capi-m
```

:::tip
If you are not going to continue using the extension then do do do the next step, instead go to the [re-enable embedded CAPI](#re-enable-embedded-capi) section.
If you are not going to continue using the extension then do the next step, instead go to the [re-enable embedded CAPI](#re-enable-embedded-capi) section.
:::

4. Follow the instructions to install the new version of the extension [here](../getting-started/install-rancher-turtles/using_rancher_dashboard.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ helm repo update
As mentioned before, installing Rancher Turtles requires the [Cluster API Operator](https://github.com/kubernetes-sigs/cluster-api-operator) and the Helm chart can handle its installation automatically with a minimum set of flags:

```bash
helm install rancher-turtles turtles/rancher-turtles --version v0.5.0 \
helm install rancher-turtles turtles/rancher-turtles --version v0.6.0 \
-n rancher-turtles-system \
--dependency-update \
--create-namespace --wait \
Expand Down Expand Up @@ -103,7 +103,7 @@ helm repo update
and then it can be installed into the `rancher-turtles-system` namespace with:

```bash
helm install rancher-turtles turtles/rancher-turtles --version v0.5.0
helm install rancher-turtles turtles/rancher-turtles --version v0.6.0
-n rancher-turtles-system
--set cluster-api-operator.enabled=false
--set cluster-api-operator.cluster-api.enabled=false
Expand Down
Loading