File tree Expand file tree Collapse file tree 4 files changed +8
-700
lines changed
docs/content/getting-started/deployment Expand file tree Collapse file tree 4 files changed +8
-700
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ env CLUSTER_TOPOLOGY=true \
26
26
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
27
27
AWS_B64ENCODED_CREDENTIALS= \
28
28
clusterctl init \
29
- --infrastructure docker,nutanix:v1.4.0-alpha.2 ,aws \
29
+ --infrastructure docker,nutanix:v1.4.0,aws \
30
30
--addon helm \
31
31
--runtime-extension caren:v{{< param "version" >}} \
32
32
--wait-providers
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ env CLUSTER_TOPOLOGY=true \
14
14
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
15
15
AWS_B64ENCODED_CREDENTIALS= \
16
16
clusterctl init \
17
- --infrastructure docker,nutanix:v1.4.0-alpha.2 ,aws \
17
+ --infrastructure docker,nutanix:v1.4.0,aws \
18
18
--addon helm \
19
19
--wait-providers
20
20
```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ go 1.22.1
7
7
8
8
toolchain go1.22.2
9
9
10
- require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.4.0-alpha.2
10
+ require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.4.0
11
11
12
12
require (
13
13
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -24,7 +24,7 @@ require (
24
24
github.com/mailru/easyjson v0.7.7 // indirect
25
25
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
26
26
github.com/modern-go/reflect2 v1.0.2 // indirect
27
- github.com/nutanix-cloud-native/prism-go-client v0.3.4 // indirect
27
+ github.com/nutanix-cloud-native/prism-go-client v0.4.0 // indirect
28
28
github.com/pkg/errors v0.9.1 // indirect
29
29
golang.org/x/net v0.24.0 // indirect
30
30
golang.org/x/text v0.14.0 // indirect
You can’t perform that action at this time.
0 commit comments