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