Skip to content

Decomposes Helm package and visualizes hierarchy of subcharts and images

Notifications You must be signed in to change notification settings

suryaval/helm-decomposer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-decomposer

The tool templates the Helm package (.tgz or untarred folder) identifies all images in use and visualizes tree structure of the Chart.

Demo

Build the binary

git clone git@github.com:jkosik/helm-decomposer.git
cd helm-decomposer
go build .

Usage

  1. Download any Helm Chart. You will reference it later on.
  2. Run as ./helm-decomposer -chart mychart.tgz -i -o
❯ ./helm-decomposer -h
Usage of ./helm-decomposer:
  -chart string
        Helm Chart to process. Submit tar.gz or folder name. (default "samples/nginx")
  -i    Inspect images used in the Helm Chart. (default "false")
  -o    Write output to helm-decomposer-output.md. (default "false")

Issues

  • Edge case appears when Helm chart uses dependency aliases combined with subchart parametrized on parent level only.

License

MIT

About

Decomposes Helm package and visualizes hierarchy of subcharts and images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%