1. 11 May, 2018 3 commits
    • Michelle Noorali's avatar
      chore(docs): mv index.md to README.md · 1bb34bc2
      Michelle Noorali authored
      * Newcomers may not realize they have to look
      for the index.md file when coming to the docs dir
      * README.md makes the index easier to see
      1bb34bc2
    • Gabriel Silva Vinha's avatar
      Upgrade moniker version (#4034) · 26943763
      Gabriel Silva Vinha authored
      26943763
    • Matt Butcher's avatar
      feat(tiller): support CRD installation (#3982) · 0699ec42
      Matt Butcher authored
      This adds support for installing CRDs well before any other resource
      kinds are installed.
      
      This PR introduces a new hook, `crd-install`, that fires before
      manifests are even validated. It is used to install a CRD before any
      other part of a chart is installed.
      
      Currently, this hook is _only implemented for install_. That means we
      currently cannot add new CRDs during `helm upgrade`, nor can they
      be rolled back. This is the safest configuration, as the update/rollback
      cycle gets very challenging when CRDs are added and removed.
      0699ec42
  2. 06 May, 2018 2 commits
  3. 30 Apr, 2018 2 commits
  4. 29 Apr, 2018 2 commits
  5. 27 Apr, 2018 2 commits
  6. 26 Apr, 2018 2 commits
  7. 25 Apr, 2018 6 commits
  8. 24 Apr, 2018 3 commits
  9. 23 Apr, 2018 10 commits
  10. 20 Apr, 2018 1 commit
  11. 19 Apr, 2018 3 commits
  12. 18 Apr, 2018 4 commits