File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ The chart uses [a subchart](https://github.com/bitnami/charts/tree/main/bitnami/
7575
7676```yaml
7777postgresql:
78+ # As of August 2025, the container images on which the postgresql
79+ # chart depends are no longer available at their original
80+ # location; this setting points the postgresql image at the new
81+ # location where it has been archived. If you have enabled the
82+ # options for the metrics exporter and/or volume permissions
83+ # init container, then you may need to set additional values for
84+ # metrics.image.repository and volumePermissions.image.repository
85+ # respectively in order for those components to be found.
86+ image:
87+ repository: bitnamilegacy/postgresql
88+
7889 primary:
7990 persistence:
8091 # Requested size for the persistent volume holding Postgresql data
You can’t perform that action at this time.
0 commit comments