From 3afbf2b6a737572e4e63e0b78907bca2cc2e8f34 Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Fri, 16 Jan 2026 00:14:41 +0000 Subject: [PATCH] Enabled actions statefulset Changelog: added Signed-off-by: GeorgeRaven --- charts/gitea-actions/Chart.yaml | 1 + charts/gitea-actions/README.md | 16 ++++++++++++---- charts/gitea-actions/values.yaml | 1 + 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/charts/gitea-actions/Chart.yaml b/charts/gitea-actions/Chart.yaml index 39d8763f..a2e04bee 100644 --- a/charts/gitea-actions/Chart.yaml +++ b/charts/gitea-actions/Chart.yaml @@ -9,4 +9,5 @@ dependencies: - name: actions version: 0.0.2 repository: "https://dl.gitea.com/charts" + condition: actions.enabled diff --git a/charts/gitea-actions/README.md b/charts/gitea-actions/README.md index 75ca6bd8..fd12c2ac 100644 --- a/charts/gitea-actions/README.md +++ b/charts/gitea-actions/README.md @@ -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"` | | diff --git a/charts/gitea-actions/values.yaml b/charts/gitea-actions/values.yaml index 7cebab76..24c22254 100644 --- a/charts/gitea-actions/values.yaml +++ b/charts/gitea-actions/values.yaml @@ -1,4 +1,5 @@ actions: + enabled: true giteaRootUrl: https://gitea.deepcypher.me existingSecret: gitea existingSecretKey: registrationToken