This project is mirrored from https://gitee.com/zyxjob/helm.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 21 May, 2016 1 commit
  2. 19 May, 2016 3 commits
  3. 16 May, 2016 1 commit
  4. 12 May, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm,tiller): change list offset to next result · a8642c81
      Matt Butcher authored
      Previously, paging used the last release name of the current set to ask
      for more results. Now switched to using the first name of the next set.
      
      Not sure I like this method. It makes the user experience more
      complicated.
      a8642c81
  5. 11 May, 2016 3 commits
  6. 10 May, 2016 1 commit
  7. 04 May, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm, tiller): implement k8s portion of install · 6db7c39b
      Matt Butcher authored
      This commit finally ties `helm install` together with the Kubernetes
      client library to make an end-to-end trip.
      
      There were several small fixes to go on both client and server side,
      along with some changes to proto to support better error reporting.
      
      The alpine chart has been updated to exhibit how the new Helm works.
      6db7c39b
  8. 28 Apr, 2016 1 commit
  9. 26 Apr, 2016 1 commit
  10. 25 Apr, 2016 1 commit
  11. 22 Apr, 2016 2 commits
    • 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
    • Brian's avatar
      feat(tiller): add initial tiller client for basic helm installs. · 7bc50a5d
      Brian authored
        1. install command loads chart archive.
        2. invokes helm api to transform the pkg/chart.Chart type
           to it's proto model.
        3. the client then establishes a connection to tiller.
        4. sends InstallReleaseRequest, receives InstallReleaseResponse.
      
      todo (for complete install):
        - walk pkg/chart.{Values,Deps,Templates} types and populate proto
          definitions for various apis/messages.
      7bc50a5d
  12. 18 Apr, 2016 2 commits
  13. 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
  14. 12 Apr, 2016 1 commit
  15. 11 Apr, 2016 2 commits
  16. 08 Apr, 2016 1 commit