From e5da81461698900c160cb6b26c720a7001db4b2f Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Fri, 16 Jan 2026 00:15:26 +0000 Subject: [PATCH] Fixed URL casing Changelog: fixed Signed-off-by: GeorgeRaven --- charts/gitea-actions/README.md | 2 +- charts/gitea-actions/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitea-actions/README.md b/charts/gitea-actions/README.md index fd12c2ac..3ea101a1 100644 --- a/charts/gitea-actions/README.md +++ b/charts/gitea-actions/README.md @@ -17,7 +17,7 @@ A Helm chart for Kubernetes | actions.enabled | bool | `true` | | | actions.existingSecret | string | `"gitea"` | | | actions.existingSecretKey | string | `"registrationToken"` | | -| actions.giteaRootUrl | string | `"https://gitea.deepcypher.me"` | | +| 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"` | | diff --git a/charts/gitea-actions/values.yaml b/charts/gitea-actions/values.yaml index 24c22254..da920b1f 100644 --- a/charts/gitea-actions/values.yaml +++ b/charts/gitea-actions/values.yaml @@ -1,6 +1,6 @@ actions: enabled: true - giteaRootUrl: https://gitea.deepcypher.me + giteaRootURL: https://gitea.deepcypher.me existingSecret: gitea existingSecretKey: registrationToken