Feedback: Cannot Install Redis Enterprise Helm chart - Missing `redis-enterprise-operator` chart in Helm repo
Closed this issue · 0 comments
duchuyvp commented
Page https://redis.io/docs/latest/operate/kubernetes/deployment/helm
Description:
I followed the docs to install the Redis Enterprise Operator via Helm, but the chart is missing from the repo.
Steps to Reproduce:
helm repo add redis-enterprise-operator https://helm.redis.io/
helm repo update
helm show values redis-enterprise-operator/redis-enterprise-operator
Actual Result:
Error: chart "redis-enterprise-operator" matching not found in redis-enterprise-operator index.
(try 'helm repo update'): no chart version found for redis-enterprise-operator-
Expected Result:
helm show values should return the default values for redis-enterprise-operator chart.
Notes:
The repo https://helm.redis.io/ is accessible.
No chart shown when I ran helm search repo redis-enterprise-operator
Docs still mention installing via Helm.
Could you confirm if the operator Helm chart was removed, renamed, or published under a different repo?