1. 19 Dec, 2017 1 commit
  2. 13 Dec, 2017 1 commit
    • 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
  3. 12 Dec, 2017 1 commit
  4. 11 Dec, 2017 1 commit
  5. 06 Dec, 2017 1 commit
  6. 05 Dec, 2017 1 commit
  7. 27 Nov, 2017 1 commit
  8. 26 Nov, 2017 1 commit
  9. 24 Nov, 2017 1 commit
  10. 23 Nov, 2017 2 commits
  11. 22 Nov, 2017 5 commits
  12. 21 Nov, 2017 3 commits
  13. 20 Nov, 2017 1 commit
  14. 16 Nov, 2017 1 commit
    • Matt Butcher's avatar
      Fix/missing ssl params (#3152) · e8e6ac5d
      Matt Butcher authored
      * fix(helm): add TLS params back
      
      During a recent refactor, several TLS flags stopped being processed for
      a few of the commands. This fixes those commands, and documents how to
      set up TLS.
      
      * fix(tiller): add stricter certificate verification
      
      The older version of Tiller allowed a weaker set of certificate checks
      than we intended. This version requires a client certificate, and then
      requires that that certificate be signed by a known CA. This works
      around the situation where a user could provide a self-signed
      certificate.
      e8e6ac5d
  15. 15 Nov, 2017 1 commit
  16. 14 Nov, 2017 1 commit
  17. 09 Nov, 2017 1 commit
  18. 08 Nov, 2017 1 commit
  19. 07 Nov, 2017 1 commit
  20. 03 Nov, 2017 2 commits
  21. 01 Nov, 2017 1 commit
  22. 31 Oct, 2017 2 commits
  23. 30 Oct, 2017 4 commits
  24. 29 Oct, 2017 2 commits
  25. 25 Oct, 2017 3 commits