π Description
Hi, Postiz Helm install is failing because the bundled Bitnami Redis/PostgreSQL dependency charts reference image tags that no longer exist on docker.io/bitnami/*.
Example error:
docker.io/bitnami/redis:7.4.0-debian-12-r2: not found β pods stuck in ImagePullBackOff.
Request: please bump/update the Redis and PostgreSQL dependency chart versions to ones that pull from available images/tags, so users donβt need custom overrides.
(Temporary workaround is using docker.io/bitnamilegacy/*, but the proper fix is updating the chart deps.)
π Reproduction steps
Install Postiz via Helm with bundled Redis + PostgreSQL enabled (default chart deps).
Check pods: Redis (and Postgres) stays in ImagePullBackOff.
kubectl describe pod ... shows: docker.io/bitnami/redis:: not found (e.g. 7.4.0-debian-12-r2).
π Expected behavior
Redis and PostgreSQL pods pull images successfully and start normally.
π Actual Behavior
Redis pod fails to pull image (not found) and gets stuck in ImagePullBackOff (blocks install). Postgres may be affected similarly.
βΈοΈ Kubernetes Version
latest
β Helm Version
latest
π Chart Version
latest
βοΈ Cloud Provider
Google Cloud
π οΈ Custom Values
π Additional Context
No response
π Have you checked if this bug has been reported before?
Are you willing to submit a PR?
None
π Description
Hi, Postiz Helm install is failing because the bundled Bitnami Redis/PostgreSQL dependency charts reference image tags that no longer exist on docker.io/bitnami/*.
Example error:
docker.io/bitnami/redis:7.4.0-debian-12-r2: not found β pods stuck in ImagePullBackOff.
Request: please bump/update the Redis and PostgreSQL dependency chart versions to ones that pull from available images/tags, so users donβt need custom overrides.
(Temporary workaround is using docker.io/bitnamilegacy/*, but the proper fix is updating the chart deps.)
π Reproduction steps
Install Postiz via Helm with bundled Redis + PostgreSQL enabled (default chart deps).
Check pods: Redis (and Postgres) stays in ImagePullBackOff.
kubectl describe pod ... shows: docker.io/bitnami/redis:: not found (e.g. 7.4.0-debian-12-r2).
π Expected behavior
Redis and PostgreSQL pods pull images successfully and start normally.
π Actual Behavior
Redis pod fails to pull image (not found) and gets stuck in ImagePullBackOff (blocks install). Postgres may be affected similarly.
βΈοΈ Kubernetes Version
latest
β Helm Version
latest
π Chart Version
latest
βοΈ Cloud Provider
Google Cloud
π οΈ Custom Values
π Additional Context
No response
π Have you checked if this bug has been reported before?
Are you willing to submit a PR?
None