Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Helm chart repo not found #3365

Closed
newtondev opened this issue Apr 24, 2024 · 4 comments
Closed

404 Helm chart repo not found #3365

newtondev opened this issue Apr 24, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@newtondev
Copy link

newtondev commented Apr 24, 2024

What steps did you take and what happened:
Tried to access the chart repository as defined in the documentation: https://open-policy-agent.github.io/gatekeeper/charts but getting a 404 Not Found from GitHub.

image

I am trying to add it to JFrog Artifactory as a remote, but using the link specified above it also results in a 404 Not Found.

image

What did you expect to happen:
Chart listing page.

Anything else you would like to add:
n/a

Environment:

  • Gatekeeper version: n/a
  • Kubernetes version: (use kubectl version): n/a
@newtondev newtondev added the bug Something isn't working label Apr 24, 2024
@newtondev
Copy link
Author

From the command line it seems to work:

helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts --force-update
"gatekeeper" has been added to your repositories

helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "gatekeeper" chart repository

@newtondev
Copy link
Author

newtondev commented Apr 24, 2024

When I specify the URL without the "/charts" then I get a connection successful from Artifactory.

image

But then when searching for the chart, it is not found:

helm search repo -l gatekeeper
No results found

@newtondev
Copy link
Author

It seems that it is looking for a file called index.yml whereas the file exists as index.yaml, see https://open-policy-agent.github.io/gatekeeper/charts/index.yaml

@newtondev
Copy link
Author

Issue seems unrelated to the the gatekeeper registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant