From 363daa64ab9024ef0693436b3ce93c2c51b022a9 Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Mon, 14 Feb 2022 18:05:16 +0100 Subject: [PATCH] Fix(gitea): App ini --- projects/gitea/values/gitea.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/gitea/values/gitea.yaml b/projects/gitea/values/gitea.yaml index e50c14a4..7268e42b 100644 --- a/projects/gitea/values/gitea.yaml +++ b/projects/gitea/values/gitea.yaml @@ -1,7 +1,7 @@ # Gitea image: repository: gitea/gitea - tag: 1.16.1 + tag: 1.16-dev rootless: true statefulset: @@ -14,8 +14,8 @@ statefulset: value: http://proxy-squid.proxy.svc.cluster.local:80 - name: https_proxy value: http://proxy-squid.proxy.svc.cluster.local:80 - - name: GITEA_APP_INI - value: conf/app.ini +# - name: GITEA_APP_INI +# value: conf/app.ini securityContext: allowPrivilegeEscalation: false