fix: restore postgres chart to 18.x (was wrongly pinned to 16.x)

Chart 16.x deploys PG17 images that do not exist on Docker Hub.
Existing data directory is PG18. Restoring >=18.0.0,<19.0.0 range.
This commit is contained in:
Will Anderson
2026-04-26 04:51:07 +00:00
parent 1b40d32ab0
commit 7adab317d4
+1 -1
View File
@@ -9,7 +9,7 @@ spec:
# Helm chart from Docker Hub OCI registry # Helm chart from Docker Hub OCI registry
- repoURL: registry-1.docker.io/bitnamicharts - repoURL: registry-1.docker.io/bitnamicharts
chart: postgresql chart: postgresql
targetRevision: ">=16.0.0, <17.0.0" targetRevision: ">=18.0.0, <19.0.0"
helm: helm:
values: | values: |
auth: auth: