Skip to content

The command to install redis using Bitnami helm chart is invalid after the Bitnami secure images initiatives. #4912

@sameercarpenter

Description

@sameercarpenter

Describe the issue
Under the Setup Redis section,
The commands for setup on Kubernetes do not work.

helm repo add bitnami https://charts.bitnami.com/bitnami
helm install redis bitnami/redis

As per https://hub.docker.com/r/bitnami/redis, the Docker image repository has been changed.

URL of the docs
https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#setup-redis

Expected content
We have to specify the correct repository in order to make it work.

helm repo add bitnami https://charts.bitnami.com/bitnami
helm install redis bitnami/redis --set image.repository=bitnamilegacy/redis

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions