1. 22 Nov, 2017 3 commits
  2. 21 Nov, 2017 3 commits
  3. 20 Nov, 2017 1 commit
  4. 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.
      Unverified
      e8e6ac5d
  5. 15 Nov, 2017 1 commit
  6. 14 Nov, 2017 1 commit
  7. 09 Nov, 2017 1 commit
  8. 08 Nov, 2017 1 commit
  9. 07 Nov, 2017 1 commit
  10. 03 Nov, 2017 2 commits
  11. 01 Nov, 2017 1 commit
  12. 31 Oct, 2017 2 commits
  13. 30 Oct, 2017 4 commits
  14. 29 Oct, 2017 2 commits
  15. 25 Oct, 2017 3 commits
  16. 24 Oct, 2017 1 commit
    • Matt Farina's avatar
      feat(chart): Adding maintainer url · 22e53812
      Matt Farina authored
      Each maintainer can have an optional URL. There are seceral use
      cases for providing a URL instead of an email address:
      - The case where a maintainer wants to hide their email address
        behind a webform for personal security
      - When the maintainer is an organization and feedback should
        go to an issue queue
      
      This change:
      - Adds the proto field for url
      - Updates the generated files for the chart proto
      - Includes linting for the url
      - Updates the docs to include the url
      
      Closes #3056
      Unverified
      22e53812
  17. 20 Oct, 2017 3 commits
  18. 18 Oct, 2017 2 commits
  19. 15 Oct, 2017 1 commit
  20. 13 Oct, 2017 1 commit
  21. 12 Oct, 2017 1 commit
  22. 10 Oct, 2017 1 commit
    • Justin Scott's avatar
      feat(helm): Add --node-selectors and --output flags to helm init · 16c579f3
      Justin Scott authored
      This feature enables users to specify more control over where Tiller pod
      lands by allowing "node-selectors" to be specified. Alternatively, the
      "--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq).
      
      Closes #2299
      16c579f3
  23. 06 Oct, 2017 2 commits
  24. 03 Oct, 2017 1 commit