Skip to content

Commit 35847b3

Browse files
committed
simpler gitea chart - no valkey or postgresql
1 parent 2ab29ae commit 35847b3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

tests/component-tests/setup/values/gitea.values.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
# These values are used by the Helm install command in the test suite to
99
# ensure a minimal and reliable Gitea setup for testing purposes.
1010
# -----------------------------------------------------------------------------
11-
redis-cluster:
12-
enabled: false
1311
postgresql-ha:
1412
enabled: false
15-
postgresql:
16-
enabled: true
17-
image:
18-
repository: bitnamilegacy/postgresql
13+
14+
valkey-cluster:
15+
enabled: false
16+
17+
gitea:
18+
config:
19+
database:
20+
DB_TYPE: sqlite3
21+
HOST: localhost
22+
PORT: 3306

0 commit comments

Comments
 (0)