test: fix filenames (#770)
they need to end with `-values.yaml` Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/770 Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
60891e295f
commit
92f3da6568
5 changed files with 0 additions and 0 deletions
24
ci/v8-test-values.yaml
Normal file
24
ci/v8-test-values.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
image:
|
||||
registry: codeberg.org
|
||||
repository: forgejo-experimental/forgejo
|
||||
tag: 8.0-test@sha256:53a7c227c5e8a315cbbbb035647275beda70da2eb412a5e6b646cabae420d498
|
||||
rootless: false # rootless doesn't work with tag with digest
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue