Skip to content

Commit

Permalink
docs: update references to chart repository
Browse files Browse the repository at this point in the history
After moving repo to rancher/turtles, Helm chart is now available at https://rancher.github.io/turtles/

Signed-off-by: Carlos Salas <[email protected]>
  • Loading branch information
salasberryfin committed Mar 14, 2024
1 parent 374fd9e commit 0a19f5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/install_turtles_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ If uninstalling, you can refer to [Uninstalling Rancher Turtles](./uninstall_tur

### Install Rancher Turtles Operator with `Cluster API Operator` as a Helm dependency

The `rancher-turtles` chart is available in https://charts.rancher-turtles.com and this Helm repository must be added before proceeding with the installation:
The `rancher-turtles` chart is available in https://rancher.github.io/turtles and this Helm repository must be added before proceeding with the installation:

```bash
helm repo add turtles https://charts.rancher-turtles.com
helm repo add turtles https://rancher.github.io/turtles
helm repo update
```

Expand Down Expand Up @@ -91,10 +91,10 @@ For detailed information on the values supported by the chart and their usage, r
Remember that if you opt for this installation option, you will need to manage the Cluster API Operator installation yourself. You can follow the [CAPI Operator guide](../tasks/capi-operator/intro.md)
:::

The `rancher-turtles` chart is available in https://charts.rancher-turtles.com and this Helm repository must be added before proceeding with the installation:
The `rancher-turtles` chart is available in https://rancher.github.io/turtles and this Helm repository must be added before proceeding with the installation:

```bash
helm repo add turtles https://charts.rancher-turtles.com
helm repo add turtles https://rancher.github.io/turtles
helm repo update
```

Expand Down

0 comments on commit 0a19f5f

Please sign in to comment.