Coder Social home page Coder Social logo

Comments (6)

sudermanjr avatar sudermanjr commented on September 26, 2024

Have you tried using the --url parameter of the nova configuration to pass in your specific private registry URL?

from nova.

sudermanjr avatar sudermanjr commented on September 26, 2024

Since this is coming up frequently, I have opened #222 for clearer documentation.

from nova.

sudermanjr avatar sudermanjr commented on September 26, 2024

Oh, and lastly, can you please update to the latest patch version - 3.6.4 - there are some bug fixes to how we handle artifact hub

from nova.

rbren avatar rbren commented on September 26, 2024

More issues with private repos:

We try to download index.yaml from the repo here:

response, err := http.Get(fmt.Sprintf("%s/index.yaml", r.URL))

We're not using any auth when we do that.

Possible fixes here:

  • use the helm golang client to get a list of repos (equivalent of helm repo list) to check against, and maybe filter out public ones. That way users don't have to specify --url if their env is already set up
  • use the helm client to just get auth for what's been specified in --url
  • use the helm client to retrieve the list of charts in the repo, instead of manually downloading index.yaml

from nova.

sudermanjr avatar sudermanjr commented on September 26, 2024

The only helm command I know of to list all the charts in a repo would be helm search. Essentially a helm search repo fairwinds-stable would list all the latest chart versions. That might be sufficient, but it's a bit odd.

from nova.

carlosjgp avatar carlosjgp commented on September 26, 2024

We have multiple repositories. Some private, some not on Artifacthub but most on ArtifactHub

It's too complicated to cover everything with Nova and we have opted to use just a script to detect out of data charts from our terminals

Thanks for the this project and the others you are supporting they are all great

from nova.

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.