update(gitea): bump version to 1.22.2
This commit is contained in:
parent
74a3216a41
commit
b350a19bcc
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
gitea_version: "1.21.5"
|
gitea_version: "1.22.2"
|
||||||
gitea_user: git
|
gitea_user: git
|
||||||
gitea_run_user: "{{ gitea_user }}"
|
gitea_run_user: "{{ gitea_user }}"
|
||||||
gitea_base_path: "/opt/gitea"
|
gitea_base_path: "/opt/gitea"
|
||||||
@ -42,10 +42,10 @@ gitea_container_base_labels:
|
|||||||
gitea_config_mailer_enabled: false
|
gitea_config_mailer_enabled: false
|
||||||
gitea_config_mailer_type: ~
|
gitea_config_mailer_type: ~
|
||||||
gitea_config_mailer_from_addr: ~
|
gitea_config_mailer_from_addr: ~
|
||||||
gitea_config_mailer_host: ~
|
gitea_config_mailer_smtp_addr: ~
|
||||||
gitea_config_mailer_user: ~
|
gitea_config_mailer_user: ~
|
||||||
gitea_config_mailer_passwd: ~
|
gitea_config_mailer_passwd: ~
|
||||||
gitea_config_mailer_tls: ~
|
gitea_config_mailer_protocol: ~
|
||||||
gitea_config_mailer_sendmail_path: ~
|
gitea_config_mailer_sendmail_path: ~
|
||||||
gitea_config_metrics_enabled: false
|
gitea_config_metrics_enabled: false
|
||||||
|
|
||||||
|
@ -24,11 +24,11 @@ gitea_config_base:
|
|||||||
mailer:
|
mailer:
|
||||||
ENABLED: "{{ gitea_config_mailer_enabled }}"
|
ENABLED: "{{ gitea_config_mailer_enabled }}"
|
||||||
MAILER_TYP: "{{ gitea_config_mailer_type }}"
|
MAILER_TYP: "{{ gitea_config_mailer_type }}"
|
||||||
HOST: "{{ gitea_config_mailer_host }}"
|
SMTP_ADDR: "{{ gitea_config_mailer_smtp_addr }}"
|
||||||
USER: "{{ gitea_config_mailer_user }}"
|
USER: "{{ gitea_config_mailer_user }}"
|
||||||
PASSWD: "{{ gitea_config_mailer_passwd }}"
|
PASSWD: "{{ gitea_config_mailer_passwd }}"
|
||||||
IS_TLS_ENABLED: "{{ gitea_config_mailer_tls }}"
|
PROTOCOL: "{{ gitea_config_mailer_protocol }}"
|
||||||
FROM: "{{ gitea_config_mailer_from_addr }}"
|
FROM: "{{ gitea_config_mailer_from }}"
|
||||||
SENDMAIL_PATH: "{{ gitea_config_mailer_sendmail_path }}"
|
SENDMAIL_PATH: "{{ gitea_config_mailer_sendmail_path }}"
|
||||||
metrics:
|
metrics:
|
||||||
ENABLED: "{{ gitea_config_metrics_enabled }}"
|
ENABLED: "{{ gitea_config_metrics_enabled }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user