- 13 Mar, 2017 1 commit
-
-
Adam Reese authored
Fixing plugin test
-
- 12 Mar, 2017 1 commit
-
-
libesz authored
In the TestLoadDir test case, currently reflect.DeepEqual is expected to fail by error. Expected metadata is different than in the fixture yaml. Also, the type of the struct is mismatching in DeepEqual call (struct vs pointer to struct).
-
- 11 Mar, 2017 1 commit
-
-
Brian authored
helm(version): set 5 seconds timeout
-
- 10 Mar, 2017 3 commits
-
-
Taylor Thomas authored
fix(tiller): Fixes problem with `--wait` on headless Services
-
Taylor Thomas authored
Headless services (with `clusterIP` set to `None`) were reporting as not being ready because they didn't have an IP address. This adds a logic check to ignore those services.
-
Ladicle authored
close #1972
-
- 09 Mar, 2017 8 commits
-
-
Matt Butcher authored
move pkg cmd/helm/strvals to pkg/strvals
-
Matthew Fisher authored
This is another useful package outside of cmd/helm.
-
Matt Butcher authored
Fixing pkg->cmd call by moving helmpath under /pkg
-
Matt Butcher authored
Including Helm Chart Publisher in related.md
-
Taylor Thomas authored
fix(docs): Updates hook documentation for `--wait` flag
-
Taylor Thomas authored
The behavior of how the `--wait` flag interacts with the hook lifecycle was not documented. This adds clarification on the lifecycle behavior with the `--wait` flag.
-
Luiz Bezerra authored
fixing typo
-
Luiz Bezerra authored
-
- 08 Mar, 2017 7 commits
-
-
Matt Butcher authored
Fix link to charts.md file
-
Eduardo Baitello authored
-
libesz authored
-
Taylor Thomas authored
feat(helm): add support for required properties
-
Steve Wilkerson authored
Adds the `required` function in enginge.go to support required properties in values.yml. When a chart developer wishes to specify intent in requiring a value, they can use this function to declare an error message that gets returned when chart rendering fails when a required value is not present in values.yml. Closes #1580
-
Matt Butcher authored
docs(related): add "Using Helm to Deploy to Kubernetes"
-
Matt Butcher authored
docs(README): update downloads to 2.2.2.
-
- 07 Mar, 2017 9 commits
-
-
Matt Butcher authored
docs(chart_best_practices): create best practices guide
-
Matt Butcher authored
Clarify inheritance behavior for global variables
-
Matt Butcher authored
-
Adam Stankiewicz authored
-
Adam Stankiewicz authored
-
Matt Butcher authored
fix checksum example
-
Matt Butcher authored
This adds a basic Chart Best Practices guide. Closes #1993
-
Fabian Ruff authored
$.Template.basePath already contains "templates/"
-
Matt Butcher authored
-
- 06 Mar, 2017 8 commits
-
-
Matt Butcher authored
Add .Template.BasePath to template system
-
Fabian Ruff authored
-
Fabian Ruff authored
-
Matt Butcher authored
install: Return more user-friendly response on eexists
-
Matt Butcher authored
Fix helm dep list reporting wrong status
-
Matt Butcher authored
docs(related): Add link to helm-diff plugin
-
Matt Butcher authored
Link to the Helm Chart repository from the Helm project
-
Matt Butcher authored
Add toToml template function
-
- 04 Mar, 2017 2 commits
-
-
libesz authored
When downloader package moved to under /pkg, helmpath functions got called still from it, while it is under /cmd. This commit fixes the issue by moving helmpath after the downloader to have only cmd->pkg and pkg->pkg calls.
-
Qin Wang authored
Version matching is used for checking status of subcharts. closes: #2056
-