Skip to content

Commit db06f99

Browse files
authored
fix: updated the capx version used (#513)
<!-- Copyright 2023 D2iQ, Inc. All rights reserved. SPDX-License-Identifier: Apache-2.0 --> **What problem does this PR solve?**: updated the capx version used from sha to released tag of v1.4.0-alpha.2 **Which issue(s) this PR fixes**: Fixes # https://d2iq.atlassian.net/browse/D2IQ-100463 **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. --> <pre> make examples.sync </pre> **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 af24170 commit db06f99

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)