upgrade miniflux and gitea

This commit is contained in:
Nemo 2023-11-28 10:35:39 +05:30
parent 3f3f0fd55c
commit bd95967113
3 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ ENABLE = true
; ; One or more allowed types, e.g. image/jpeg|image/png
ALLOWED_TYPES = image/jpeg|image/png|application/zip|application/gzip|application/pdf|text/csv
; ; Max size of each file. Defaults to 32MB
MAX_SIZE = 20
MAX_SIZE = 200
; ; Max number of files per upload. Defaults to 10
MAX_FILES = 10

View File

@ -1,6 +1,6 @@
# https://github.com/go-gitea/gitea/releases
data "docker_registry_image" "gitea" {
name = "gitea/gitea:1.20"
name = "gitea/gitea:1.21"
}
data "docker_registry_image" "redis" {

View File

@ -1,7 +1,7 @@
module "miniflux-container" {
name = "miniflux"
source = "./modules/container"
image = "miniflux/miniflux:2.0.49"
image = "miniflux/miniflux:2.0.50"
web = {
expose = true