Skip to content

docs: Add released version to helm and clusterctl install #683

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

Merged
merged 1 commit into from
May 22, 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/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
Loading