Skip to content

πŸ› Helm Chart Bug: Fix Helm deps: Redis/Postgres ImagePullBackOff (Bitnami tag not found)Β #17

@gokhankoc-git

Description

@gokhankoc-git

πŸ“œ 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?

  • I have searched existing issues and didn't find a similar bug report

Are you willing to submit a PR?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions