Fixed URL casing

Changelog: fixed
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2026-01-16 00:15:26 +00:00
parent 3afbf2b6a7
commit e5da814616
2 changed files with 2 additions and 2 deletions

View File

@@ -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"` | |

View File

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