#helm install: response status code 403: denied: denied

15 messages · Page 1 of 1 (latest)

tawny knot
tawny knot
#

helm show chart works fine for e.g. nginx:

~ helm show chart oci://registry-1.docker.io/bitnamicharts/nginx
Pulled: registry-1.docker.io/bitnamicharts/nginx:23.0.0
Digest: sha256:3163f49395c5a26ba4f616e4e13f9493b0ae8e9d2167526f81a03c6b11d738fe
annotations:
  fips: "true
...
#

So I further assume, that this is a permission issue on the end of seer-dev team.

north oriole
#

I think you are being rate limit by GitHub API

tawny knot
#

When GitHub ratelimits me, I get 429 Too Many Requests

#

Can anybody confirm, if it's just me?

north oriole
#

Have you try to login with a GitHub token. Because there is no public or private setting per release it's the whole package

#

So we would have a lot of GitHub issue about this

tawny knot
#

Well, I'm kind of already logged in, as FluxCD manages my HelmCharts and HelmReleases, but I'll try poking around the Flux Github PAT. Maybe I can give it some permission there, that it lacks...

north oriole
#

Can you try on local ? Register to the registry and pull ?

#

I can try tomorrow I'm out right now

#

Let me know if it still doesn't work

tawny knot
#

I'm trying right now

tawny knot
#

Yes. All it needed was auth,

#

Thanks for your help.