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:
M Essam Hamed
2025-01-30 00:33:03 +02:00
parent 64091a6439
commit 0219fe8aad
5 changed files with 97 additions and 21 deletions
+2 -2
View File
@@ -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