Skip to content

pulls all helm images and compresses into tar.gz

Notifications You must be signed in to change notification settings

zfrhv/helm-puller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-puller

pulls all helm images and compresses into tar.gz

cloning:

git clone https://github.com/zfrhv/helm-puller.git
cd helm-puller

usage:

helm pull <repository>/<chart>
./1#pull-and-compress.sh

take the new to-take-.tar.gz to the restricted network (using usb or any media)

push all images + helm chart to the repository:

# untar the file
tar -xzvf to-take-<chart>.tar.gz && rm -f to-take-<chart>.tar.gz

cd to-take-<chart>
vim 0#conf.sh
  
./2#extract-and-push.sh

examples:

helm repo add grafana https://grafana.github.io/helm-charts
helm pull grafana/grafana
./1#pull-and-compress.sh

warnings:

  • this tool uses yq, make sure to install it.
  • this script uses podman, I can also make it work with docker but only if anyone will need it (just open an issue)

About

pulls all helm images and compresses into tar.gz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages