Skip to content

Decomposes Helm package and visualizes hierarchy of subcharts and images

Notifications You must be signed in to change notification settings

jkosik/helm-decomposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-decomposer

The tool takes Helm package (.tgz) as an input and visualizes hierarchy of dependencies (Helm subcharts and correspondig images) for further analysis.

Usage

Currently just WIP!

  • helm pull bitnami/nginx
  • Update chartPath in the code accordingly.
  • go mod init github.com/jkosik/helm-decomposer
  • go mod tidy
  • go run main.go

About

Decomposes Helm package and visualizes hierarchy of subcharts and images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages