diff --git a/manifests/artemis/gitea/values.yaml b/manifests/artemis/gitea/values.yaml index 6051f7a..a432742 100644 --- a/manifests/artemis/gitea/values.yaml +++ b/manifests/artemis/gitea/values.yaml @@ -426,8 +426,13 @@ gitea: ## @param gitea.config.server.SSH_PORT SSH port for rootlful Gitea image ## @param gitea.config.server.SSH_LISTEN_PORT SSH port for rootless Gitea image config: - # APP_NAME: "Gitea: Git with a cup of tea" + APP_NAME: "DGSE Git" # RUN_MODE: dev + + ui: + meta: + AUTHOR: "DGSE Cloud - GIT" + DESCRIPTION: "Git hosted on the private cloud." server: SSH_PORT: 22 # rootful image SSH_LISTEN_PORT: 2222 # rootless image