1. 28 Nov, 2018 1 commit
  2. 18 Oct, 2018 1 commit
  3. 28 Sep, 2018 1 commit
  4. 24 Aug, 2018 1 commit
    • Adam Reese's avatar
      ref(*): refactor chart/chartutil · f012940d
      Adam Reese authored
      ref(chartutil): move chart loading out of chartutil into new package
          add chart loader interface to allow lazy loading
      feat(chart): create chart accessors
      ref(*): cleanup requirements
      ref(tiller): remove optional template engines
      ref(tiller): simplify sorting releases and hooks
      ref(*): code simplification
      ref(hapi): move chart package out of hapi
      ref(chart): add requirements and lock to Chart struct
      f012940d
  5. 14 Jun, 2018 1 commit
    • Matthew Fisher's avatar
      ref(cmd): rename `helm delete` to `helm uninstall` · 195d21d5
      Matthew Fisher authored
      To match the convention of `helm install`, `helm uninstall` is the inverse.
      
      Other tangential changes in this PR:
      
      - StatusDeleting has been changed to StatusUninstalling
      - StatusDeleted has been changed to StatusUninstalled
      - `helm list --deleted` has been changed to `helm list --uninstalled`
      - `helm list --deleting` has been changed to `helm list --uninstalling`
      - `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption`
      
      I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because
      
      1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3
      2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here
      
      `helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
      195d21d5
  6. 18 May, 2018 1 commit
  7. 23 Apr, 2018 1 commit
  8. 20 Apr, 2018 1 commit
  9. 17 Apr, 2018 2 commits
  10. 11 Apr, 2018 3 commits
  11. 10 Apr, 2018 1 commit
  12. 08 Apr, 2018 1 commit
    • Erik Sundell's avatar
      Typo fix · 3f5e82c8
      Erik Sundell authored
      `*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
      3f5e82c8
  13. 06 Apr, 2018 1 commit
  14. 05 Apr, 2018 2 commits
  15. 04 Apr, 2018 2 commits
  16. 03 Apr, 2018 1 commit
  17. 29 Mar, 2018 1 commit
    • AdamDang's avatar
      Update rbac.md · 026e6b55
      AdamDang authored
      In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
      026e6b55
  18. 28 Mar, 2018 1 commit
  19. 27 Mar, 2018 4 commits
  20. 25 Mar, 2018 1 commit
  21. 23 Mar, 2018 2 commits
  22. 22 Mar, 2018 2 commits
  23. 21 Mar, 2018 1 commit
    • Alexey igrychev's avatar
      Implement before-hook-creation delete policy · 1d4883bf
      Alexey igrychev authored
      Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back).
      
      New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
      1d4883bf
  24. 20 Mar, 2018 2 commits
  25. 14 Mar, 2018 4 commits
  26. 12 Mar, 2018 1 commit