add helm chart and workflow to publish

This commit is contained in:
2026-01-13 21:17:14 +08:00
parent 6298940adb
commit 6a2a0f7683
9 changed files with 588 additions and 5 deletions

View File

@@ -16,7 +16,14 @@ A Kubernetes Operator to manage ephemeral Gitea Act runners. This operator autom
## Installation (Helm Chart)
### Incoming
You can install the operator using the provided Helm chart.
```bash
# Install the chart
helm upgrade --install gitea-runner-operator ./charts/gitea-runner-operator \
--namespace gitea-runner-operator-system \
--create-namespace
```
## Installation (Manual)