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
@@ -19,7 +19,7 @@ This operator enables easily provisioning NetBird access on kubernetes clusters,
```sh
kubectl create namespace netbird
kubectl apply -n netbird -f https://github.com/netbirdio/kubernetes-operator/releases/latest/dist/install.yaml
kubectl apply -n netbird -f https://github.com/netbirdio/kubernetes-operator/releases/latest/manifests/install.yaml
```
**Using the Helm Chart**
@@ -38,7 +38,7 @@ helm show values netbirdio/netbird-operator
**Using install.yaml**
```sh
kubectl delete -n netbird -f https://github.com/netbirdio/kubernetes-operator/releases/latest/dist/install.yaml
kubectl delete -n netbird -f https://github.com/netbirdio/kubernetes-operator/releases/latest/manifests/install.yaml
kubectl delete namespace netbird
```