github.com/migueleliasweb/helm@v2.6.1+incompatible/pkg/chartutil/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  
    10  # Pack the frobnitz chart.
    11  echo "Packing frobnitz"
    12  tar --exclude=ignore/* -zcvf frobnitz-1.2.3.tgz frobnitz