docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open sameercarpenter opened this issue 3 months ago • 0 comments

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

sameercarpenter avatar Oct 07 '25 12:10 sameercarpenter