mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[Bug]: Helm chart dependencies on Bitmani postgres image (no longer available) #827
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
postgreschart hosted by Bitnami213f6cddc9/charts/planka/Chart.yaml (L26-L31)However, after install, the image is not available anymore:
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
@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 :)
@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 🙂
@meltyshev commented on GitHub (Oct 1, 2025):
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 :)
@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