Skip to content

Commit 0e20a44

Browse files
authored
Merge pull request #11 from GateNLP/bitnami-images
docs: bitnami postgresql image is moving
2 parents c947183 + 78b9f21 commit 0e20a44

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

gate-teamware/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ The chart uses [a subchart](https://github.com/bitnami/charts/tree/main/bitnami/
7575
7676
```yaml
7777
postgresql:
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

0 commit comments

Comments
 (0)