Skip to content

Commit 0ad4533

Browse files
committed
fixed component-tests gitea to not depend on bitnami images
1 parent 0d56e1e commit 0ad4533

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)