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:
@@ -9,7 +9,7 @@ spec:
|
||||
# Helm chart from Docker Hub OCI registry
|
||||
- repoURL: registry-1.docker.io/bitnamicharts
|
||||
chart: postgresql
|
||||
targetRevision: ">=16.0.0, <17.0.0"
|
||||
targetRevision: ">=18.0.0, <19.0.0"
|
||||
helm:
|
||||
values: |
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user