gitlab.azmi.pl/azmi-open-source/helm@v3.0.0-beta.3+incompatible/pkg/chart/loader/testdata/genfrob.sh (about) 1 #!/bin/sh 2 3 # Pack the albatross chart into the mariner chart. 4 echo "Packing albatross into mariner" 5 tar -zcvf mariner/charts/albatross-0.1.0.tgz albatross 6 7 echo "Packing mariner into frobnitz" 8 tar -zcvf frobnitz/charts/mariner-4.3.2.tgz mariner 9 tar -zcvf frobnitz_backslash/charts/mariner-4.3.2.tgz mariner 10 11 # Pack the frobnitz chart. 12 echo "Packing frobnitz" 13 tar --exclude=ignore/* -zcvf frobnitz-1.2.3.tgz frobnitz 14 tar --exclude=ignore/* -zcvf frobnitz_backslash-1.2.3.tgz frobnitz_backslash