0

I have a deployment script that is fetching rabbitmq from kubernetes-charts reports

- name: rabbitmq
  version: 0.6.17
  repository: https://kubernetes-charts.storage.googleapis.com/

It seems like this is not working from yesterday. Does someone which repository url I can use instead?

1 Answer 1

1

The official chart repository is deprecated. For the specific Helm chart, you should check https://artifacthub.io/.

In the case of rabbitmq, you can find it here. And here are the Helm commands.

$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/rabbitmq
Sign up to request clarification or add additional context in comments.

1 Comment

Thanks a lot! It seems like bitnami repo doesn't contain the old version of rabbitmq that is being used, so I added the helm repo add stable https://charts.helm.sh/stable version which I found online.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.