gitea 1.15.8 with helm chart 5.0.0

This commit is contained in:
ace 2021-12-30 15:52:24 +03:00
parent 51f9ce7fb3
commit aab8ac3e5f
No known key found for this signature in database
GPG Key ID: 32989872B72276A0
2 changed files with 6 additions and 10 deletions

View File

@ -39,7 +39,7 @@ drone_version: 0.1.7
# Gitea
gitea_ingress_nginx_version: 3.35.0
gitea_dns_version: 5.4.7
gitea_version: 4.1.1
gitea_version: 5.0.0
# Docker and Helm chart registries
harbor_version: 1.7.5

View File

@ -46,8 +46,7 @@ gitea_default_values:
email: "gitea@{{ mail_domain | default(domain) }}"
ldap:
enabled: true
name: OpenLDAP
- name: OpenLDAP
securityProtocol: ldaps
host: "{{ openldap_short_name | default('openldap')}}.{{ domain }}"
port: "636"
@ -78,16 +77,13 @@ gitea_external_db_values:
gitea:
config:
database:
DB_TYPE: postgres
DB_TYPE: "{{ gitea_db_type | default('postgres') }}"
HOST: "{{ postgres_db_team | default(namespace) }}-postgres.{{ postgres_db_namespace | default(namespace) }}.svc.cluster.local:5432"
NAME: gitea
NAME: "{{ gitea_db_name | default('gitea') }}"
USER: "{{ gitea_db_username | default(omit) }}"
PASSWD: "{{ gitea_db_password | default(omit) }}"
database:
builtIn:
postgresql:
enabled: false
postgresql:
enabled: false
gitea_publish_ingress_nginx_values:
controller: