⬆️ Update image gitea/gitea to 1.18.0

| datasource | package     | from   | to     |
| ---------- | ----------- | ------ | ------ |
| docker     | gitea/gitea | 1.17.4 | 1.18.0 |
This commit is contained in:
feisar-bot
2022-12-29 23:18:59 +00:00
committed by auricom
parent 9a7a637991
commit 6b55c5a7fd

View File

@@ -29,7 +29,7 @@ spec:
values: values:
image: image:
repository: gitea/gitea repository: gitea/gitea
tag: 1.17.4 tag: 1.18.0
rootless: true rootless: true
containerSecurityContext: containerSecurityContext:
capabilities: capabilities:
@@ -79,7 +79,8 @@ spec:
mailer: mailer:
ENABLED: true ENABLED: true
MAILER_TYPE: smtp MAILER_TYPE: smtp
HOST: smtp-relay.default:2525 SMTP_ADDR: smtp-relay.default
SMTP_PORT: 2525
FROM: "Gitea <gitea@${SECRET_DOMAIN}>" FROM: "Gitea <gitea@${SECRET_DOMAIN}>"
webhook: webhook:
ALLOWED_HOST_LIST: drone.default.svc ALLOWED_HOST_LIST: drone.default.svc