chore(gitea): update to 17.2.0
This commit is contained in:
parent
0fe66b44b7
commit
5d5b1c66fd
2 changed files with 5 additions and 1 deletions
|
@ -29,4 +29,6 @@
|
||||||
name: gitea
|
name: gitea
|
||||||
chart_ref: gitea/gitea
|
chart_ref: gitea/gitea
|
||||||
release_namespace: gitea
|
release_namespace: gitea
|
||||||
|
chart_version: 6.0.1
|
||||||
|
update_repo_cache: true
|
||||||
release_values: "{{ lookup('template', 'values.gitea.yml.j2') | from_yaml }}"
|
release_values: "{{ lookup('template', 'values.gitea.yml.j2') | from_yaml }}"
|
||||||
|
|
|
@ -34,7 +34,8 @@ gitea:
|
||||||
clone: 3600
|
clone: 3600
|
||||||
pull: 3600
|
pull: 3600
|
||||||
gc: 300
|
gc: 300
|
||||||
|
log:
|
||||||
|
level: Warn
|
||||||
server:
|
server:
|
||||||
PROTOCOL: http
|
PROTOCOL: http
|
||||||
ROOT_URL: https://code.icb4dc0.de/
|
ROOT_URL: https://code.icb4dc0.de/
|
||||||
|
@ -53,6 +54,7 @@ gitea:
|
||||||
NAME: gitea
|
NAME: gitea
|
||||||
USER: gitea
|
USER: gitea
|
||||||
PASSWD: "{{ gitea.dbPassword }}"
|
PASSWD: "{{ gitea.dbPassword }}"
|
||||||
|
log_sql: "false"
|
||||||
|
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|
Loading…
Reference in a new issue