We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d56e1e commit 0ad4533Copy full SHA for 0ad4533
tests/component-tests/setup/values/gitea.values.yaml
@@ -8,11 +8,15 @@
8
# These values are used by the Helm install command in the test suite to
9
# ensure a minimal and reliable Gitea setup for testing purposes.
10
# -----------------------------------------------------------------------------
11
-redis-cluster:
12
- enabled: false
13
postgresql-ha:
14
enabled: false
15
-postgresql:
16
- enabled: true
17
- image:
18
- repository: bitnamilegacy/postgresql
+
+valkey-cluster:
+ enabled: false
+gitea:
+ config:
19
+ database:
20
+ DB_TYPE: sqlite3
21
+ HOST: localhost
22
+ PORT: 3306
0 commit comments