Skip to content

An implementation of the Automation Broker's Service Bundle Contract with Helm Charts.

License

Notifications You must be signed in to change notification settings

automationbroker/helm-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Runner

Implement the Automation Broker's Service Bundle Contract with a runner capable of installing, updating, and deleting Helm Charts. See the Helm Chart Repository Proposal for more information.

While we continue to investigate the idea of a Service Bundle and the underlying contract, it is useful to have working examples. This image is intended, primarily, to be used as the runner of a helm type registry in the Automation Broker's Config. For example:

registry:
  - name: stable
    type: helm
    url: "https://kubernetes-charts.storage.googleapis.com"
    runner: "docker.io/automationbroker/helm-runner:latest"
    white_list:
      - ".*"

About

An implementation of the Automation Broker's Service Bundle Contract with Helm Charts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published