Home

Awesome

Chart Viewer

NOT DEVELOPED ANYMORE

You can use artifacthub.io as alternative.


You can try the demo here

A simple web app to help you inspect helm chart. So far, you can use this tool for:

Prerequisite

Run Instruction

Run on docker

$ git clone https://github.com/ecojuntak/chart-viewer.git
$ cd chart-viewer/
$ docker-compose up

It will run two containers on your local, redis, server, Then access http://localhost:9999 on your browser.

Configuration

You can add more chart repo on the seed.json file.

[
  {
    "name": "stable",
    "url": "https://kubernetes-charts.storage.googleapis.com"
  },
  {
    "name": "incubator",
    "url": "https://kubernetes-charts-incubator.storage.googleapis.com"
  },
  {
    "name": "bitnami",
    "url": "https://charts.bitnami.com/bitnami"
  }
]

Roadmap

No roadmap yet. Still looking others feature that can be implemeted here.

Contribute

Pull requests are welcome!