Code Monkey home page Code Monkey logo

Comments (4)

sstarcher avatar sstarcher commented on July 21, 2024 1

0.7.3 should be available

from helm-exporter.

sstarcher avatar sstarcher commented on July 21, 2024

One option would be to disable fetch latest and it would not attempt to query.

from helm-exporter.

sstarcher avatar sstarcher commented on July 21, 2024

Looks like it moved and it's seeing a redirect instead. The URL in the code would need updated. Overall it would be much

❯ curl 'https://hub.helm.sh/api/chartsvc/v1/charts/search?q=nginx-ingress'
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
</body>
</html>
❯ curl 'https://artifacthub.io/api/chartsvc/v1/charts/search?q=nginx-ingress'
{"data":[{"id":"nginx/nginx-ingress","artifactHub":{"packageUrl":"https://artifacthub.io/packages/helm/nginx/nginx-ingress"},"attributes":{"description":"NGINX Ingress Controller","repo":{"name":"nginx","url":"https://helm.nginx.com/stable"}},"relationships":{"latestChartVersion":{"data":{"version":"0.9.0","app_version":"1.11.0"}}}},{"id":"nginx-edge/nginx-ingress","artifactHub":{"packageUrl":"https://artifacthub.io/packages/helm/nginx-edge/nginx-ingress"},"attributes":{"description":"NGINX Ingress Controller","repo":{"name":"nginx-edge","url":"https://helm.nginx.com/edge"}},"relationships":{"latestChartVersion":{"data":{"version":"0.0.0-edge","app_version":"edge"}}}},{"id":"hkube/nginx-ingress","artifactHub":{"packageUrl":"https://artifacthub.io/packages/helm/hkube/nginx-ingress"},"attributes":{"description":"An nginx Ingress controller that uses ConfigMap to store the nginx configuration.","repo":{"name":"hkube","url":"https://hkube.io/helm/"}},"relationships":{"latestChartVersion":{"data":{"version":"1.31.1002","app_version":"0.29.0"}}}},{"id":"cloudposse/nginx-ingress","artifactHub":{"packageUrl":"https://artifacthub.io/packages/helm/cloudposse/nginx-ingress"},"attributes":{"description":"A Helm chart for Nginx Ingress","repo":{"name":"cloudposse","url":"https://charts.cloudposse.com/incubator/"}},"relationships":{"latestChartVersion":{"data":{"version":"0.1.8"}}}},{"id":"cloudposse/nginx-default-backend","artifactHub":{"packageUrl":"https://artifacthub.io/packages/helm/cloudposse/nginx-default-backend"},"attributes":{"description":"A Helm chart for nginx-default-backend to be used by nginx-ingress controller","repo":{"name":"cloudposse","url":"https://charts.cloudposse.com/incubator/"}},"relationships":{"latestChartVersion":{"data":{"version":"0.5.0"}}}},{"id":"cloudposse/fail-whale","artifactHub":{"packageUrl":"https://artifacthub.io/packages/helm/cloudposse/fail-whale"},"attributes":{"description":"A Helm chart that provides a maintenance backend to be used by nginx-ingress controller","repo":{"name":"cloudposse","url":"https://charts.cloudposse.com/incubator/"}},"relationships":{"latestChartVersion":{"data":{"version":"0.1.1"}}}}]}%

from helm-exporter.

philbo avatar philbo commented on July 21, 2024

doesn't the http client follow redirects by default? https://golang.org/src/net/http/client.go?s=15281:15329#L435

from helm-exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.