1. 31 Jan, 2017 7 commits
  2. 30 Jan, 2017 1 commit
  3. 27 Jan, 2017 1 commit
  4. 26 Jan, 2017 6 commits
  5. 25 Jan, 2017 15 commits
  6. 24 Jan, 2017 8 commits
  7. 23 Jan, 2017 2 commits
    • 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
    • Matt Butcher's avatar
      Merge pull request #1843 from bacongobbler/doc-typo · dcae753a
      Matt Butcher authored
      fix doc typo in FAQ
      dcae753a