gitea: bump to v1.20.1 with helm chart v9.0.4

This commit is contained in:
ace
2023-07-23 22:48:19 +03:00
parent 6663242b5b
commit c16674aa9c
2 changed files with 15 additions and 4 deletions

View File

@ -30,6 +30,12 @@ gitea_default_values:
hosts:
- "{{ gitea_short_name }}.{{ domain }}"
redis-cluster:
enabled: false
postgresql-ha:
enabled: false
persistence:
enabled: true
accessModes:
@ -60,6 +66,12 @@ gitea_default_values:
config:
# APP_NAME: "Gitea: Git with a cup of tea"
RUN_MODE: prod
session:
PROVIDER: "memory"
queue:
TYPE: "level"
cache:
ADAPTER: "memory"
server:
LFS_START_SERVER: true
ROOT_URL: "https://{{ gitea_short_name}}.{{ domain }}"
@ -73,12 +85,11 @@ gitea_default_values:
ALLOWED_HOST_LIST: "*"
mailer:
ENABLED: "true"
HOST: "{{ mail_short_name | default('mail') }}.{{ mail_domain | default(domain) }}:465"
IS_TLS_ENABLED: "true"
SMTP_ADDR: "{{ mail_short_name | default('mail') }}.{{ mail_domain | default(domain) }}"
FROM: "gitea@{{ mail_domain | default(domain) }}"
USER: "{{ gitea_ldap_user | default('gitea') }}"
PASSWD: "{{ gitea_ldap_pass | default(gitea_ldap_password) }}"
MAILER_TYPE: "smtp"
PROTOCOL: "smtps"
actions:
ENABLED: "true"
packages: