Enabled actions statefulset

Changelog: added
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2026-01-16 00:14:41 +00:00
parent 6e7de1a523
commit 3afbf2b6a7
3 changed files with 14 additions and 4 deletions

View File

@@ -9,4 +9,5 @@ dependencies:
- name: actions
version: 0.0.2
repository: "https://dl.gitea.com/charts"
condition: actions.enabled

View File

@@ -14,8 +14,16 @@ A Helm chart for Kubernetes
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| gitea-actions.createController | bool | `true` | |
| gitea-actions.ingress.enabled | bool | `false` | |
| gitea-actions.ingress.hostname | string | `"secrets.deepcypher.me"` | |
| gitea-actions.networkPolicy.enabled | bool | `true` | |
| actions.enabled | bool | `true` | |
| actions.existingSecret | string | `"gitea"` | |
| actions.existingSecretKey | string | `"registrationToken"` | |
| actions.giteaRootUrl | string | `"https://gitea.deepcypher.me"` | |
| environment.baseDomain | string | `"deepcypher.me"` | |
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
| environment.contact.name | string | `"George Onoufriou"` | |
| environment.hardware | string | `"metal"` | |
| environment.location.name | string | `"unknown"` | |
| environment.mode | string | `"production"` | |
| environment.name | string | `"unknown"` | |
| environment.revision | string | `"main"` | |

View File

@@ -1,4 +1,5 @@
actions:
enabled: true
giteaRootUrl: https://gitea.deepcypher.me
existingSecret: gitea
existingSecretKey: registrationToken