You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: make/clusterctl.mk
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
# Copyright 2023 D2iQ, Inc. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+
exportCAPI_VERSION := $(shell go list -m -f '{{ .Version }}' sigs.k8s.io/cluster-api)
5
+
exportCAPD_VERSION := $(shell go list -m -f '{{ .Version }}' sigs.k8s.io/cluster-api/test)
4
6
exportCAPA_VERSION := $(shell cd hack/third-party/capa && go list -m -f '{{ .Version }}' sigs.k8s.io/cluster-api-provider-aws/v2)
5
7
exportCAPX_VERSION := $(shell cd hack/third-party/capx && go list -m -f '{{ .Version }}' github.com/nutanix-cloud-native/cluster-api-provider-nutanix)
8
+
exportCAAPH_VERSION := $(shell cd hack/third-party/caaph && go list -m -f '{{ .Version }}' sigs.k8s.io/cluster-api-addon-provider-helm)
6
9
7
10
# Leave Nutanix credentials empty here and set it when creating the clusters
Copy file name to clipboardExpand all lines: make/examples.mk
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,6 @@
3
3
4
4
exportKUBERNETES_VERSION := v1.27.5
5
5
6
-
exportCLUSTERCTL_VERSION := $(shell clusterctl version -o short 2>/dev/null)
7
-
exportCAPA_VERSION := $(shell cd hack/third-party/capa && go list -m -f '{{ .Version }}' sigs.k8s.io/cluster-api-provider-aws/v2)
8
-
exportCAPX_VERSION := $(shell cd hack/third-party/capx && go list -m -f '{{ .Version }}' github.com/nutanix-cloud-native/cluster-api-provider-nutanix)
9
-
10
6
.PHONY: examples.sync
11
7
examples.sync: ## Syncs the examples by fetching upstream examples and applying kustomize patches
0 commit comments