livekit / livekit-helm

LiveKit Helm charts
https://docs.livekit.io
Apache License 2.0
55 stars 64 forks source link

Unable to download the chart for 1.3.2 #57

Closed weeezes closed 1 year ago

weeezes commented 1 year ago

Hi!

I noticed there's an issue with fetching the latest 1.3.2 version of the chart, example:

$ helm repo update
$ helm pull livekit/livekit-server --version 1.3.2
Error: fetch from s3 url=s3://livekit-helm/livekit-server-1.3.2.tgz: fetch object from s3: AccessDenied: Access Denied
    status code: 403, request id: P0YY34MK56C4DQWF, host id: 0rYDRlEotXf6lwdE7AmrEOSJHbH+FirwrwLkPfRhV5CaJHLYirkVYHSIVbwrhCUS5czqCRoBjWU=
Error: plugin "bin/helm-s3 download" exited with error
danpe commented 1 year ago

Same here 🙋🏻

davidzhao commented 1 year ago

Are you adding the S3 endpoint directly? That should only be done for the core team for publishing. Please use the public repo on CloudFront instead: helm repo add livekit https://helm.livekit.io

danpe commented 1 year ago

@davidzhao

Are you adding the S3 endpoint directly? That should only be done for the core team for publishing. Please use the public repo on CloudFront instead: helm repo add livekit https://helm.livekit.io

%> helm repo add livekit https://helm.livekit.io
"livekit" already exists with the same configuration, skipping

I tried also removing and adding again..

furkanKotic commented 1 year ago

I also get this error after "helm repo update" : Error: failed to download "livekit/livekit-server"

davidzhao commented 1 year ago

I see the problem, it should be fixed now. sorry for the inconveniences!

danpe commented 1 year ago

Fixed thank you 🙏