Skip to content

will get all the helm chart images and tags, create a list for registry import and prepare a value.yaml file to deploy with images on new registry

Notifications You must be signed in to change notification settings

SnappyLarry/helm-prepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-prepper

This script's purpose is to prepare the minimum to run a helm-chart on a cluster that have no access to the internet. The script does the following:

  • It creates a list of all the images in the chart and it's subcharts. The file is "image-list.txt"

  • It imports all the public images from that list to your private container registry

  • It generates a basic values file so you can start editing with the updated images references. The file name is "generated_values.yaml"

About

will get all the helm chart images and tags, create a list for registry import and prepare a value.yaml file to deploy with images on new registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages