Skip to content

Commit 13a02b5

Browse files
committed
fix: updated the capx version used
1 parent af24170 commit 13a02b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/examples/bases/nutanix/cluster/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kind: Kustomization
77
resources:
88
- ../../../additional-resources/dockerhub-secret.yaml
99
- ../../../additional-resources/nutanix/csi-secret.yaml
10-
- https://raw.githubusercontent.com/nutanix-cloud-native/cluster-api-provider-nutanix/1a7cd69ba35de01e56dcf2dda7f31973111d2317/templates/cluster-template-topology.yaml
10+
- https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix/releases/download/${CAPX_VERSION}/cluster-template-topology.yaml
1111

1212
sortOptions:
1313
order: fifo

hack/examples/bases/nutanix/clusterclass/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
55
kind: Kustomization
66

77
resources:
8-
- https://raw.githubusercontent.com/nutanix-cloud-native/cluster-api-provider-nutanix/1a7cd69ba35de01e56dcf2dda7f31973111d2317/templates/cluster-template-clusterclass.yaml
8+
- https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix/releases/download/${CAPX_VERSION}/cluster-template-clusterclass.yaml
99

1010
configurations:
1111
- kustomizeconfig.yaml

0 commit comments

Comments
 (0)