diff --git a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml index 0bc0301..059ac61 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml @@ -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 @@ -115,6 +115,10 @@ spec: - name: keycloak user: keycloak extensions: [] - restoreFromDump: false + restoreFromDump: false + - name: testdb + user: testdb + extensions: [] + restoreFromDump: false s3-proxy: endpointUrl: "s3-proxy-service.postgresql.svc.cluster.local" diff --git a/infrastructure/postgresql/base/helmrelease.yaml b/infrastructure/postgresql/base/helmrelease.yaml index ee38f60..f1b05ad 100644 --- a/infrastructure/postgresql/base/helmrelease.yaml +++ b/infrastructure/postgresql/base/helmrelease.yaml @@ -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