install Helm char requarks postgres #7793
Replies: 3 comments
-
Yes, we have this exact issue and tried to upgrade via the helm charts, but the latest (2.2.24) also refers to this image. We manually worked around the issue by using the docker.io/bitnami/postgresql:11.5.0-r60 image, and that seems to work, but I'm not sure how different those images are. |
Beta Was this translation helpful? Give feedback.
-
Broadcom / Vmware Tenzu messup with postgres registry this worked for me for the postgres pod defined in my values manifest for the helm chart postgresql: image: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion @jalbou for the "values" file, I pass the following parameters to Helm and it takes the indicated version. Override the outdated PostgreSQL imageimage: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When installing with helm according to the URL https://docs.requarks.io/install/kubernetes the postgrest deployment does not start correctly because it is using an obsolete image "Pulling image "docker.io/bitnami/postgresql:11.5.0-debian-9-r60" so can you update the repository to use a postgrest image?
Beta Was this translation helpful? Give feedback.
All reactions