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

Bug 1809555: Retrieve the list of Helm charts via chart repo proxy endpoint #4389

Merged

Commits on Mar 2, 2020

  1. Retrieve the list of Helm charts via chart repo proxy endpoint

    The reverse proxy obtained via httputil.NewSingleHostReverseProxy does not follow redirects,
    and returns such requests to UI causing CORS issue, failing to load index.yaml from UI.
    
    Our default repo redhat-developer.github.com redirects to redhat-developer.github.io and in order
    to fix index.yaml loading, we started to use redhat-developer.github.io
    pedjak committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    7de25fa View commit details
    Browse the repository at this point in the history