1. 14 Dec, 2017 1 commit
  2. 13 Dec, 2017 4 commits
    • Julian's avatar
      feat(helm): support namespace and additional values in lint (#2972) · ca415ab8
      Julian authored
      * Add "--namespace" to helm lint
      
      Keep lint syntax as close as possible to "helm install" resp. "helm
      upgrade", so that one only needs to change the command.
      
      See #2036
      
      * Align lintCmd struct
      
      * Add "--set" and "--values" to helm lint
      
      Keep lint syntax as close as possible to "helm install" resp. "helm
      upgrade", so that one only needs to change the command.
      
      Closes #2495,#2036
      
      * Reuse strict parameter, when rendering during lint
      
      We want to see the rendering fail, if we missed a value, so we reuse
      "--strict".
      
      See #2495,#2036
      
      * Fix lint unit test
      
      See #2495,#2036
      
      * Update docs
      ca415ab8
    • Matthew Fisher's avatar
      Merge pull request #3190 from mattfarina/feat/status-json · 6707fe04
      Matthew Fisher authored
      feat(status): Optional output as JSON and YAML
      6707fe04
    • Mitchel Humpherys's avatar
      6de70254
    • Mitchel Humpherys's avatar
      feat(repo): Improve error message for missing repositories.yaml · 7417f092
      Mitchel Humpherys authored
      New users to helm don't always run `helm init` (e.g. if their cluster
      already has helm installed).  The user's initial interaction with any of
      helm's repository commands (e.g. `helm repo list`) will then be an error
      message due to a missing repositories.yaml in their local config.
      
      Give the user a little hint about how to fix the error without them having
      to hunt through the man/help pages.
      7417f092
  3. 12 Dec, 2017 4 commits
  4. 11 Dec, 2017 1 commit
  5. 06 Dec, 2017 2 commits
  6. 05 Dec, 2017 1 commit
  7. 01 Dec, 2017 5 commits
  8. 30 Nov, 2017 1 commit
  9. 29 Nov, 2017 4 commits
  10. 28 Nov, 2017 2 commits
  11. 27 Nov, 2017 2 commits
  12. 26 Nov, 2017 2 commits
  13. 24 Nov, 2017 2 commits
  14. 23 Nov, 2017 9 commits