1. 24 Aug, 2017 1 commit
    • DockerZK's avatar
      feat(*) add key helm.sh/hook-delete-policy to hook annotation · 734b1245
      DockerZK authored
      When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed.
      
      Closes #1769
      734b1245
  2. 04 Apr, 2017 1 commit
  3. 14 Feb, 2017 1 commit
  4. 02 Feb, 2017 1 commit
  5. 01 Feb, 2017 1 commit
    • Michelle Noorali's avatar
      feat(*): add helm test command mvp · d46d63a8
      Michelle Noorali authored
      * This is a simple mvp which processes a test definition with the
      hook annotation for test when you run `helm test [release]`
      * helm client cmd, proto def, tiller logic
      d46d63a8
  6. 27 Sep, 2016 1 commit
  7. 06 Jul, 2016 1 commit
  8. 22 Jun, 2016 1 commit
  9. 10 May, 2016 1 commit
  10. 25 Apr, 2016 1 commit
  11. 22 Apr, 2016 1 commit
    • Matt Butcher's avatar
      feat(tiller): add support for dry run install · 58fdaf1e
      Matt Butcher authored
      This adds support for dry run on install, as well as providing
      enough info for an install to display (verbose) manifests. While
      doing this, I ended up just storing the rendered manifests for
      simplicity.
      58fdaf1e
  12. 15 Apr, 2016 1 commit
    • Brian Hardock's avatar
      feat(hapi-pb): · a3066bb0
      Brian Hardock authored
      	1. remove preliminary hapi protocol buffer definitions
      	2. modify hapi Makefile
      	3. update hapi protobuf model in _proto/hapi/{chart,release,services}
      	4. generate protobuf src to pkg/proto/hapi/{chart,release,services}
      a3066bb0