vromero / activemq-artemis-helm

Helm chart for a cluster of ActiveMQ Artemis (Work in progress)
42 stars 68 forks source link

https://vromero.github.io/activemq-artemis-helm/index.yaml is missing #52

Open mwmahlberg opened 4 years ago

mwmahlberg commented 4 years ago

A helm repo updatefails with a 404.

Steps to reproduce

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Unable to get an update from the "activemq-artemis" chart repository (https://vromero.github.io/activemq-artemis-helm/):
    failed to fetch https://vromero.github.io/activemq-artemis-helm/index.yaml : 404 Not Found

(shortened for brevity)

BiggA94 commented 4 years ago

Should be fixed, if Env var for ci is added, as stated in #51, and pipeline is rerun after that :)

pdebicki commented 4 years ago

I'm not able to install the repository at this time, HTTP 404.

helm repo add activemq-artemis https://vromero.github.io/activemq-artemis-helm
Error: looks like "https://vromero.github.io/activemq-artemis-helm" is not a valid chart repository or cannot be reached: failed to fetch https://vromero.github.io/activemq-artemis-helm/index.yaml : 404 Not Found
Aidan-Pasquale99 commented 4 years ago

I'm not able to install the repository at this time, HTTP 404.

helm repo add activemq-artemis https://vromero.github.io/activemq-artemis-helm
Error: looks like "https://vromero.github.io/activemq-artemis-helm" is not a valid chart repository or cannot be reached: failed to fetch https://vromero.github.io/activemq-artemis-helm/index.yaml : 404 Not Found

Same issue here. Any solution for this?