- 04 Oct, 2016 1 commit
-
-
Matt Butcher authored
This is to future-proof charts, and also be consistent with repo and index YAML files. Closes #1264
-
- 28 Sep, 2016 1 commit
-
-
Matt Butcher authored
Some fields were introduced to Chart metadata after Alpha.4, but are not going to be used ever. So we made the decision to remove them before we get stuck with ugliness. This should not break compatibility, since these fields were not used.
-
- 06 Sep, 2016 1 commit
-
-
Matt Butcher authored
This feature adds a dependencies section to a chart file. It is a prerequisite for adding automated chart management tooling as described in #874.
-
- 22 Aug, 2016 1 commit
-
-
Matt Butcher authored
Closes #1034
-
- 22 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 20 Jun, 2016 1 commit
-
-
Miguel Martinez authored
Fixed tests Adding chart name linter Add lint error Moving to blocks Moving to method Moved lint rules to functions Semantic version validation Linting engine Adding sources and home validations Sharing file loading Sharing file loading Rolling back readme Rewriting other linters Fixing tests Typo Using chart.Metadata Fixing format Adding UNKNOWN in Engine Adding tabs Fixing tabs
-
- 07 Jun, 2016 1 commit
-
-
Adam Reese authored
-
- 21 May, 2016 1 commit
-
-
Matt Butcher authored
-
- 19 May, 2016 2 commits
-
-
fibonacci1729 authored
-
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.
-
- 10 May, 2016 1 commit
-
-
Matt Butcher authored
This fixes indentation, documentation, and removes unused protobuf files.
-
- 22 Apr, 2016 1 commit
-
-
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}
-