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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 21 May, 2016 1 commit
-
-
Matt Butcher authored
-
- 19 May, 2016 3 commits
-
-
fibonacci1729 authored
-
Matt Butcher authored
This makes it possible for the user to specify their own release name instead of accepting the generated one.
-
Matt Butcher authored
This supports the `-f` flag for overriding values with a specified TOML file.
-
- 16 May, 2016 1 commit
-
-
Matt Butcher authored
Also noticed a field was omitted from metadata.proto and the docs. Added it back, though functionally it is a no-op.
-
- 12 May, 2016 1 commit
-
-
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.
-
- 11 May, 2016 3 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
This adds support for filtering list results. Filter strings are passed from Helm to Tiller, where they are compiled as regular expressions and executed against the list of releases. Only matching releases are returned. Filters are applied before limits and sorts.
-
Matt Butcher authored
-
- 10 May, 2016 1 commit
-
-
Matt Butcher authored
This fixes indentation, documentation, and removes unused protobuf files.
-
- 04 May, 2016 1 commit
-
-
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.
-
- 28 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 26 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 25 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 22 Apr, 2016 2 commits
-
-
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.
-
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.
-
- 18 Apr, 2016 2 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
-
- 15 Apr, 2016 1 commit
-
-
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}
-
- 12 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 11 Apr, 2016 2 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
-
- 08 Apr, 2016 1 commit
-
-
Matt Butcher authored
So far, they just have basic readiness checks.
-