1. 18 Jan, 2018 3 commits
  2. 17 Jan, 2018 1 commit
  3. 12 Jan, 2018 7 commits
  4. 10 Jan, 2018 3 commits
    • Matthew Fisher's avatar
      Merge pull request #3329 from PureWhiteWu/patch-1 · 5a73f9ef
      Matthew Fisher authored
      fix a typo
      5a73f9ef
    • Pure White's avatar
      fix a typo · 27096911
      Pure White authored
      27096911
    • rocky-nupt's avatar
      feat(helm): Add --col-width to helm list and helm history (#2836) · a6381e83
      rocky-nupt authored
      * feat(helm): Add --full-output to helm list and helm history
      
      The default maximum length of the output table is 60 chars.
      When the length is greater than 60, the content will be omitted.
      This patch adds -f and --full-output to helm list and helm history
      which can display full information of releases on the screen.
      
      Closes #2828
      
      * a
      
      * feat(helm): Add --full-output to helm list and helm history
      
      The default maximum length of the output table is 60 chars.
      When the length is greater than 60, the content will be omitted.
      This patch adds -f and --full-output to helm list and helm history
      which can display full information of releases on the screen.
      
      Closes #2828
      a6381e83
  5. 09 Jan, 2018 6 commits
  6. 08 Jan, 2018 4 commits
  7. 06 Jan, 2018 1 commit
  8. 05 Jan, 2018 2 commits
  9. 04 Jan, 2018 1 commit
  10. 30 Dec, 2017 1 commit
    • Tim Dumol's avatar
      feat(helm): add better error message to 'dep up' · 8fae16fb
      Tim Dumol authored
      When a user enters a non-URL (such as stable)
      in requirements.yaml and tries to `helm dep up`,
      they get a potentially confusing error message.
      This tries to make the error message clearer.
      
      Closes #2672
      8fae16fb
  11. 29 Dec, 2017 2 commits
  12. 28 Dec, 2017 5 commits
  13. 27 Dec, 2017 1 commit
    • Timofey Kirillov's avatar
      Show kind in resource-not-found-in-release error · 13cb8d82
      Timofey Kirillov authored
      This error occures when resource is not found in helm release:
      `Error: UPGRADE FAILED: no resource with the name "redis-cluster-sentinel" found`
      
      Changed to:
      `Error: UPGRADE FAILED: no ConfigMap with the name "redis-cluster-sentinel" found`
      
      So now that resource can easily be found in cluster.
      13cb8d82
  14. 24 Dec, 2017 1 commit
  15. 23 Dec, 2017 1 commit
  16. 22 Dec, 2017 1 commit