add vault support

This commit is contained in:
Kochetkov S 2026-04-16 13:02:10 +03:00
parent 30327d0cb9
commit e8f01e69b3
2 changed files with 7 additions and 3 deletions

View File

@ -36,7 +36,7 @@ spec:
image:
registry: cr.yandex/crp3ccidau046kdj8g9q
repository: contour/postgresql
tag: 17.0.3
tag: 17.0.4
pullPolicy: Always
metrics:
enabled: false
@ -116,5 +116,9 @@ spec:
user: keycloak
extensions: []
restoreFromDump: false
- name: testdb
user: testdb
extensions: []
restoreFromDump: false
s3-proxy:
endpointUrl: "s3-proxy-service.postgresql.svc.cluster.local"

View File

@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: postgresql-contour
version: "17.0.3"
version: "17.0.4"
sourceRef:
kind: HelmRepository
name: yc-oci-charts