permitio / opal-helm-chart

You know, for Kubernetes
Apache License 2.0
21 stars 22 forks source link

404 error on helm repo add command and index.yaml link on https://permitio.github.io/opal-helm-chart/ #55

Closed emily-zall closed 1 year ago

emily-zall commented 1 year ago

Go to https://permitio.github.io/opal-helm-chart/, click index.yaml link (https://authorizon.github.io/opal-helm-chart/index.yaml) get a 404 error.

Also get a 404 error on the helm repo add command that appears there

helm repo add opal2 https://authorizon.github.io/opal-helm-chart
Error: looks like "https://authorizon.github.io/opal-helm-chart" is not a valid chart repository or cannot be reached: failed to fetch https://authorizon.github.io/opal-helm-chart/index.yaml : 404 Not Found
RazcoDev commented 1 year ago

Hey @emily-zall - Can you please try again running helm repo add with https://permitio.github.io/opal-helm-chart (instead of the Authorizon one) ?

emily-zall commented 1 year ago

@RazcoDev - yes, that works

RazcoDev commented 1 year ago

Amazing, I'll make sure to fix it.