Skip to content

Commit 5a42503

Browse files
authored
docs: Add released version to helm and clusterctl install (#683)
**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. -->
1 parent 0ce44c2 commit 5a42503

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/content/getting-started/deployment/via-clusterctl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ key from this block below:
1212
```yaml
1313
providers:
1414
- name: "caren"
15-
url: "https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/latest/runtime-extension-components.yaml"
15+
url: "https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/v{{< param "version" >}}/runtime-extension-components.yaml"
1616
type: "RuntimeExtensionProvider"
1717
```
1818
@@ -28,7 +28,7 @@ env CLUSTER_TOPOLOGY=true \
2828
clusterctl init \
2929
--infrastructure docker,nutanix:v1.4.0-alpha.2,aws \
3030
--addon helm \
31-
--runtime-extension caren \
31+
--runtime-extension caren:v{{< param "version" >}} \
3232
--wait-providers
3333
```
3434

docs/content/getting-started/deployment/via-helm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Add the CAREN Helm repo:
2626
helm repo add caren https://nutanix-cloud-native.github.io/cluster-api-runtime-extensions-nutanix/helm
2727
helm repo update caren
2828
helm upgrade --install caren caren/cluster-api-runtime-extensions-nutanix \
29+
--version v{{< param "version" >}} \
2930
--namespace caren-system \
3031
--create-namespace \
3132
--wait \

0 commit comments

Comments
 (0)