File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,4 @@ node_modules/
47
47
/_artifacts /
48
48
test /e2e /config /caren-envsubst.yaml
49
49
/release-metadata.yaml
50
+ hack /tools /fetch-images /fetch-images
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ sync-helm-values: ; $(info $(M) syncing helm values from hack to charts)
91
91
92
92
.PHONY : list-images
93
93
list-images :
94
- go run hack/tools/fetch-images/main.go \
95
- -chart-directory=./charts/cluster-api-runtime-extensions-nutanix/
94
+ cd hack/tools/fetch-images && go build
95
+ ./hack/tools/fetch-images/fetch-images \
96
+ -chart-directory=./charts/cluster-api-runtime-extensions-nutanix/ \
96
97
-helm-chart-configmap=./charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml \
97
98
-caren-version=$(CAREN_VERSION ) >> caren-images.txt
You can’t perform that action at this time.
0 commit comments