GithubHelp home page GithubHelp logo

Comments (2)

elenz97 avatar elenz97 commented on August 22, 2024 1

Hey @masus04!

Thanks for opening this issue.

Is there currently a way to retrieve information about installed charts using the public interface?

As of now, information about installed charts is retrieved implicitly.
For example when calling InstallOrUpgradeChart(), chartIsInstalled() is called to determine existence of a helm release.

If not, is it possible to extend it to support those use cases?

I suppose you are looking for the functionality of helm list in this client? Please let us know.

As go-helm-client does not yet utilize the list action, I think it would be a good extension overall.

from go-helm-client.

masus04 avatar masus04 commented on August 22, 2024

Thank your for your reply @elenz97

I am using the helm client as part of an Open Service Broker and would like to read installed charts explicitly in order to perform the following actions:

  • Check if a perticular resource is already installed (probably using an 'helm list' equivalent, or simply chartIsInstalled(), but publicly available)
  • Display information about an installed chart (similar to 'helm get values')
  • Generate an updated chart from updated data provided by the user and already available data from the currently installed chart and upgrade.

The most important of these the first one, where I would really only need chartIsInstalled() to be public.

from go-helm-client.

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.