2024-09-25 10:25:15 +00:00
|
|
|
image:
|
|
|
|
registry: codeberg.org
|
|
|
|
repository: forgejo-experimental/forgejo
|
2025-03-26 15:27:41 +00:00
|
|
|
tag: 11 # don't pin, manifests can be missing
|
2024-09-25 10:25:15 +00:00
|
|
|
|
2025-01-15 12:39:10 +00:00
|
|
|
# Use mirror
|
|
|
|
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
|
|
|
test:
|
|
|
|
image:
|
|
|
|
name: code.forgejo.org/oci/busybox
|
|
|
|
|
2024-09-25 10:25:15 +00:00
|
|
|
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
|