[Bug]: Helm chart dependencies on Bitmani postgres image (no longer available) #827

Closed
opened 2026-02-04 21:26:07 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @David-VTUK on GitHub (Sep 30, 2025).

Where is the problem occurring?

None

What browsers are you seeing the problem on?

Other, Firefox

Current behavior

The official Helm chart depends on the postgres chart hosted by Bitnami

213f6cddc9/charts/planka/Chart.yaml (L26-L31)

However, after install, the image is not available anymore:

Image

Which is also absent in https://hub.docker.com/r/bitnami/postgresql/tags

Bitnami have documented this here

Desired behavior

No response

Steps to reproduce

Follow the documented steps in https://docs.planka.cloud/docs/installation/kubernetes/helm-chart/

Other information

No response

Originally created by @David-VTUK on GitHub (Sep 30, 2025). ### Where is the problem occurring? None ### What browsers are you seeing the problem on? Other, Firefox ### Current behavior The official Helm chart depends on the `postgres` chart hosted by Bitnami https://github.com/plankanban/planka/blob/213f6cddc9af0c32907efacef13682cbcc289d69/charts/planka/Chart.yaml#L26-L31 However, after install, the image is not available anymore: <img width="2128" height="744" alt="Image" src="https://github.com/user-attachments/assets/550a7601-bf29-4833-b647-a0fe1d57707b" /> Which is also absent in https://hub.docker.com/r/bitnami/postgresql/tags Bitnami have documented this [here](https://github.com/bitnami/charts/issues/35164) ### Desired behavior _No response_ ### Steps to reproduce Follow the documented steps in https://docs.planka.cloud/docs/installation/kubernetes/helm-chart/ ### Other information _No response_
OVERLORD added the help wanted label 2026-02-04 21:26:07 +03:00
Author
Owner

@meltyshev commented on GitHub (Sep 30, 2025):

Hey! Thanks for reporting this. If someone can try to change it and test - PR would be very welcome :)

@meltyshev commented on GitHub (Sep 30, 2025): Hey! Thanks for reporting this. If someone can try to change it and test - PR would be very welcome :)
Author
Owner

@David-VTUK commented on GitHub (Sep 30, 2025):

@meltyshev - I could look into this.

Would you prefer to leverage another helm chart for postgres or build out some manifests in the helm /templates/ directory directly referencing the upstream postgres image?

If you have no preference I'll look into both and see which fits best 🙂

@David-VTUK commented on GitHub (Sep 30, 2025): @meltyshev - I could look into this. Would you prefer to leverage another helm chart for postgres or build out some manifests in the helm /templates/ directory directly referencing the upstream postgres image? If you have no preference I'll look into both and see which fits best 🙂
Author
Owner

@meltyshev commented on GitHub (Oct 1, 2025):

@meltyshev - I could look into this.

Would you prefer to leverage another helm chart for postgres or build out some manifests in the helm /templates/ directory directly referencing the upstream postgres image?

If you have no preference I'll look into both and see which fits best 🙂

Thanks for picking this up! I'm still not very familiar with Helm, that's why I didn't want to just randomly replace this dependency. So feel free to go with what you think fits best :)

@meltyshev commented on GitHub (Oct 1, 2025): > @meltyshev - I could look into this. > > Would you prefer to leverage another helm chart for postgres or build out some manifests in the helm /templates/ directory directly referencing the upstream postgres image? > > If you have no preference I'll look into both and see which fits best 🙂 Thanks for picking this up! I'm still not very familiar with Helm, that's why I didn't want to just randomly replace this dependency. So feel free to go with what you think fits best :)
Author
Owner

@patroldo commented on GitHub (Oct 5, 2025):

Hi, @meltyshev

I think it's possible temporaly allow to use insecure image, please check pull request below
#1368

But as bitnamic officials state - it's necessary to migrate to "latest" asap

@patroldo commented on GitHub (Oct 5, 2025): Hi, @meltyshev I think it's possible temporaly allow to use insecure image, please check pull request below #1368 But as bitnamic officials state - it's necessary to migrate to "latest" asap
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#827