test: add forgejo v10 test
This commit is contained in:
parent
83855bb12d
commit
06861bfc47
1 changed files with 23 additions and 0 deletions
23
ci/v10-test-values.yaml
Normal file
23
ci/v10-test-values.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
image:
|
||||||
|
registry: codeberg.org
|
||||||
|
repository: forgejo-experimental/forgejo
|
||||||
|
tag: 10.0-test # don't pin, manifests can be missing
|
||||||
|
|
||||||
|
redis-cluster:
|
||||||
|
enabled: false
|
||||||
|
postgresql-ha:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
gitea:
|
||||||
|
config:
|
||||||
|
database:
|
||||||
|
DB_TYPE: sqlite3
|
||||||
|
session:
|
||||||
|
PROVIDER: memory
|
||||||
|
cache:
|
||||||
|
ADAPTER: memory
|
||||||
|
queue:
|
||||||
|
TYPE: level
|
Loading…
Reference in a new issue