• Matthew Fisher's avatar
    add InstallReleaseFromChart and UpdateReleaseFromChart · dad40fcb
    Matthew Fisher authored
    When using pkg/helm as a third party client, I am using chartutil.LoadArchive()
    to load a chart from an io.Reader. After that is loaded I wish to install/update that
    chart, however InstallRelease and UpdateRelease only accepts a path rather than
    something of type *chart.Chart. This adds a new function called InstallReleaseFromChart
    which allows one to load a chart separate from the path, then install said chart.
    dad40fcb
Name
Last commit
Last update
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...