fix: specify not-bitnami images
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user