updated gitea dep, changed tls port
disabled registration
This commit is contained in:
parent
6114cdf2f6
commit
73e77b82fb
2 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ data:
|
|||
GITEA__mailer__ENABLED: "true"
|
||||
GITEA__mailer__FROM: gitea@meissa-gmbh.de
|
||||
GITEA__mailer__MAILER_TYPE: smtp
|
||||
GITEA__mailer__HOST: mail.routing.net:25
|
||||
GITEA__mailer__HOST: mail.routing.net:465
|
||||
GITEA__mailer__IS_TLS_ENABLED: "true"
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: gitea
|
||||
image: gitea/gitea:1.16.8
|
||||
image: gitea/gitea:1.16.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
# config settings
|
||||
envFrom:
|
||||
|
|
Loading…
Reference in a new issue