Skip to content

Commit

Permalink
docs: Add released version to helm and clusterctl install (#683)
Browse files Browse the repository at this point in the history
**What problem does this PR solve?**:

**Which issue(s) this PR fixes**:
Fixes #

**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->

**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
  • Loading branch information
jimmidyson authored May 22, 2024
1 parent 0ce44c2 commit 5a42503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting-started/deployment/via-clusterctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ key from this block below:
```yaml
providers:
- name: "caren"
url: "https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/latest/runtime-extension-components.yaml"
url: "https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/v{{< param "version" >}}/runtime-extension-components.yaml"
type: "RuntimeExtensionProvider"
```
Expand All @@ -28,7 +28,7 @@ env CLUSTER_TOPOLOGY=true \
clusterctl init \
--infrastructure docker,nutanix:v1.4.0-alpha.2,aws \
--addon helm \
--runtime-extension caren \
--runtime-extension caren:v{{< param "version" >}} \
--wait-providers
```

Expand Down
1 change: 1 addition & 0 deletions docs/content/getting-started/deployment/via-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Add the CAREN Helm repo:
helm repo add caren https://nutanix-cloud-native.github.io/cluster-api-runtime-extensions-nutanix/helm
helm repo update caren
helm upgrade --install caren caren/cluster-api-runtime-extensions-nutanix \
--version v{{< param "version" >}} \
--namespace caren-system \
--create-namespace \
--wait \
Expand Down

0 comments on commit 5a42503

Please sign in to comment.