Commit 764f8e0 1 parent b3c51bb commit 764f8e0 Copy full SHA for 764f8e0
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Feature request
3
- about : Suggest an idea for the RKE2 Provider
3
+ about : Suggest an idea for the Harvester Provider
4
4
title : ' '
5
5
labels : kind/feature, needs-priority, needs-triage
6
6
assigness : ' '
Original file line number Diff line number Diff line change 63
63
name : ${{ env.TAG }}
64
64
files : |
65
65
out/metadata.yaml
66
- out/bootstrap-components.yaml
67
- out/control-plane-components.yaml
66
+ out/components.yaml
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ test: manifests generate fmt vet envtest ## Run tests.
129
129
130
130
# #@ Build
131
131
.PHONY : manager
132
- manager : # # Build the rke2 bootstrap manager binary into the ./bin folder
132
+ manager : # # Build the harvester manager binary into the ./bin folder
133
133
go build -trimpath -ldflags " $( LDFLAGS) " -o $(BIN_DIR ) /manager github.com/rancher-sandbox/cluster-api-provider-harvester
134
134
135
135
.PHONY : build
@@ -237,6 +237,7 @@ $(RELEASE_DIR):
237
237
release : clean-release # # Build and push container images using the latest git tag for the commit
238
238
@if [ -z " ${RELEASE_TAG} " ]; then echo " RELEASE_TAG is not set" ; exit 1; fi
239
239
@if ! [ -z " $$ (git status --porcelain)" ]; then echo " Your local git repository contains uncommitted changes, use git clean before proceeding." ; exit 1; fi
240
+ $(MAKE ) kustomize
240
241
git checkout " ${RELEASE_TAG} "
241
242
# Build binaries first.
242
243
# GIT_VERSION=$(RELEASE_TAG) $(MAKE) release-binaries
@@ -263,7 +264,6 @@ release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) ## Build the manifests to publish
263
264
# Build components.
264
265
$(KUSTOMIZE ) build config/default > $(RELEASE_DIR ) /components.yaml
265
266
$(MAKE ) set-manifest-image MANIFEST_IMG=$(IMG ) MANIFEST_TAG=$(TAG ) TARGET_RESOURCE=" $( RELEASE_DIR) /components.yaml"
266
- # Build control-plane-components.
267
267
268
268
# Add metadata to the release artifacts
269
269
cp metadata.yaml $(RELEASE_DIR)/metadata.yaml
You can’t perform that action at this time.
0 commit comments