mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Fix release workflows
- Check for dirty repository in release - Fix helm release workflow name - Rename dist dir to manifests as dist is used by goreleaser
This commit is contained in:
@@ -125,8 +125,8 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
|
||||
|
||||
.PHONY: build-installer
|
||||
build-installer: manifests ## Generate a consolidated YAML with CRDs and deployment.
|
||||
mkdir -p dist
|
||||
$(HELM) template --include-crds netbird-operator helm/netbird-operator > dist/install.yaml
|
||||
mkdir -p manifests
|
||||
$(HELM) template --include-crds netbird-operator helm/netbird-operator > manifests/install.yaml
|
||||
|
||||
##@ Deployment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user