commit ec8bafdc969d92366079520bd4acb1b8af43e1f1 parent c7f1e0d494c58457b5db382f771173713b46b1f2 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:58:22 +0100 fix space issue Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | infrastructure_talos/configs/cnpg-cluster.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure_talos/configs/cnpg-cluster.yaml b/infrastructure_talos/configs/cnpg-cluster.yaml @@ -30,7 +30,7 @@ metadata: namespace: postgres-cluster spec: instances: 3 - imageName: ghcr.io/cloudnative-pg/postgresql:18.3-202602261638-standard-trixie@sha256:6740b49ca99b8ec7eb8fc9b3e116d1b9c28db0a0062da1026b2b220bcd6b8781 + imageName: ghcr.io/cloudnative-pg/postgresql:18.3-202602261638-standard-trixie@sha256:6740b49ca99b8ec7eb8fc9b3e116d1b9c28db0a0062da1026b2b220bcd6b8781 enableSuperuserAccess: true primaryUpdateMethod: switchover ephemeralVolumesSizeLimit: @@ -307,7 +307,7 @@ spec: storage: storageClass: hcloud-volumes - size: 25Gi + size: 30Gi --- apiVersion: monitoring.coreos.com/v1 kind: PodMonitor