From f2b28bfc10afa0f5f49cb383f923b6baa5ea1abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 16:09:54 +0200 Subject: [PATCH] chore(gitea): updated values --- manifests/artemis/gitea/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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