fix
This commit is contained in:
@@ -161,7 +161,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.11-rootless
|
||||
tag: 1.22.0-rootless
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
@@ -181,7 +181,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.11-rootless
|
||||
tag: 1.22.0-rootless
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
@@ -202,7 +202,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.11-rootless
|
||||
tag: 1.22.0-rootless
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
@@ -218,7 +218,7 @@ options:
|
||||
default: gitea/gitea
|
||||
type: string
|
||||
tag:
|
||||
default: 1.21.11-rootless
|
||||
default: 1.22.0-rootless
|
||||
type: string
|
||||
type: object
|
||||
postgresql:
|
||||
@@ -493,9 +493,9 @@ options:
|
||||
- git
|
||||
type: string
|
||||
theme:
|
||||
default: gitea-modern
|
||||
default: gitea
|
||||
examples:
|
||||
- gitea-modern
|
||||
- gitea
|
||||
type: string
|
||||
timezone:
|
||||
default: Europe/Paris
|
||||
@@ -516,6 +516,7 @@ options:
|
||||
examples:
|
||||
- external
|
||||
- loopback
|
||||
- private
|
||||
- '*.yourdomain.com'
|
||||
type: string
|
||||
skip-tls-verify:
|
||||
|
||||
Reference in New Issue
Block a user