1. 20 Apr, 2018 2 commits
  2. 19 Apr, 2018 1 commit
  3. 18 Apr, 2018 3 commits
  4. 09 Mar, 2018 1 commit
  5. 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
  6. 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
  7. 28 Sep, 2017 1 commit
  8. 11 Sep, 2017 1 commit
  9. 06 Sep, 2017 1 commit
  10. 16 May, 2017 1 commit
  11. 17 Jan, 2017 1 commit
  12. 12 Jan, 2017 1 commit
  13. 10 Jan, 2017 1 commit
  14. 19 Dec, 2016 1 commit
  15. 05 Dec, 2016 1 commit
  16. 12 Nov, 2016 1 commit
  17. 01 Nov, 2016 1 commit
  18. 14 Oct, 2016 3 commits
    • Matt Butcher's avatar
      fix(linter): add engine.FuncMap so linter can use real function list · 36f7eb0b
      Matt Butcher authored
      This adds a function engine.FuncMap that returns a function mapping that
      better represents the functions passed to a template. The linting logic
      is reconfigured to use this function instead of the sprig.FuncMap
      function.
      
      Closes #1366
      36f7eb0b
    • Adnan Abdulhussein's avatar
      fix(lint): use correct hash key for rendered tmpl · d81ac482
      Adnan Abdulhussein authored
      The YAML validation was broken because the renderedContentMap has keys
      with the path to the template including the chart directory, whereas the
      linter was trying to access it relative from the chart directory.
      
      For example, the hash key was `drupal/templates/deployment.yaml` but the
      linter was trying to access `templates/deployment.yaml`. This commit
      fixes the key used to access the rendered content.
      d81ac482
    • Adnan Abdulhussein's avatar
      fix(lint): validateNoMissingValues template regex · aed4db02
      Adnan Abdulhussein authored
      Fixes the regex for extracting templates to include templates that
      suppress newlines and ignore any conditional flow statements.
      aed4db02
  19. 10 Oct, 2016 1 commit
  20. 05 Oct, 2016 1 commit
  21. 08 Sep, 2016 1 commit
  22. 18 Aug, 2016 1 commit
  23. 12 Jul, 2016 1 commit
  24. 01 Jul, 2016 2 commits
  25. 30 Jun, 2016 2 commits
  26. 29 Jun, 2016 4 commits
  27. 28 Jun, 2016 2 commits
  28. 24 Jun, 2016 1 commit
  29. 23 Jun, 2016 1 commit