fix: specify not-bitnami images

This commit is contained in:
2025-10-01 01:18:39 +08:00
parent 00978cca8e
commit 796eb1a109

View File

@@ -108,11 +108,23 @@ spec:
enabled: false
valkey:
enabled: true
image:
repository: valkey/valkey
tag: 8.1.3-alpine
global:
security:
allowInsecureImages: true
auth:
existingSecret: gitea-valkey
existingSecretPasswordKey: password
postgresql:
enabled: true
image:
repository: postgres
tag: 17.6-alpine
global:
security:
allowInsecureImages: true
postgresql-ha:
enabled: false