1. 28 Sep, 2018 1 commit
  2. 18 May, 2018 1 commit
  3. 20 Apr, 2018 1 commit
  4. 11 Apr, 2018 2 commits
  5. 27 Feb, 2018 1 commit
  6. 13 Feb, 2018 1 commit
  7. 05 Feb, 2018 1 commit
  8. 31 Jan, 2018 1 commit
  9. 25 Jan, 2018 1 commit
  10. 10 Jan, 2018 1 commit
  11. 05 Jan, 2018 1 commit
  12. 01 Jan, 2018 1 commit
  13. 23 Nov, 2017 1 commit
  14. 29 Oct, 2017 1 commit
  15. 25 Oct, 2017 2 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 1 commit
  18. 09 Aug, 2017 1 commit
  19. 06 Aug, 2017 1 commit
  20. 16 Jul, 2017 1 commit
  21. 28 Jun, 2017 3 commits
  22. 27 Jun, 2017 1 commit
    • Santiago Suarez Ordoñez's avatar
      charts.md updates · 731df0a1
      Santiago Suarez Ordoñez authored
      Updating docs to prioritize `requirements.yaml` over `charts/` directory.
      
      As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
      731df0a1
  23. 05 Jun, 2017 1 commit
  24. 26 May, 2017 1 commit
  25. 25 May, 2017 1 commit
  26. 06 Apr, 2017 1 commit
    • Matt Butcher's avatar
      feat(tiller): support version constraint on chart · e4e0e320
      Matt Butcher authored
      This provides the Chart.yaml field `tillerVersion`, which is a semver
      range. It allows users to choose to constrain a chart to a specific
      version.
      
      The reason for this is that we keep introducing new template functions,
      but we have no way of saying "this chart will only work with Tiller
      newer than...".
      
      The check on version is _only_ done on Tiller. The client does not check
      at all, since it does not do any template expansion on its own.
      Unverified
      e4e0e320
  27. 31 Mar, 2017 3 commits
  28. 14 Mar, 2017 1 commit
  29. 11 Mar, 2017 1 commit
  30. 08 Mar, 2017 1 commit
    • Steve Wilkerson's avatar
      feat(helm): add support for required properties · 79a3db0a
      Steve Wilkerson authored
      Adds the `required` function in enginge.go to support required
      properties in values.yml. When a chart developer wishes to specify
      intent in requiring a value, they can use this function to declare
      an error message that gets returned when chart rendering fails
      when a required value is not present in values.yml.
      
      Closes #1580
      79a3db0a
  31. 07 Mar, 2017 3 commits
  32. 13 Feb, 2017 1 commit