- 13 Mar, 2017 6 commits
-
-
Jack Zampolin authored
-
Matt Butcher authored
Fix link for chart.md file
-
Matt Butcher authored
Change example to use the trademarked WordPress instead of Wordpress.
-
Matt Butcher authored
feat(proto): add appVersion field
-
Matt Butcher authored
docs(OWNERS): initial add of owners file
-
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 2 commits
-
-
Brandon DuRette authored
The WordPress community and especially the WordPress foundation strongly prefer the use of WordPress, with the capital P.
-
Brian authored
helm(version): set 5 seconds timeout
-
- 10 Mar, 2017 4 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.
-
Eduardo Baitello authored
The old link is invalid (404)
-
Ladicle authored
close #1972
-
- 09 Mar, 2017 9 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
-
Matt Butcher authored
This is to comply with the Kubernetes project guidelines. - maintainers: Those responsible for steering the Helm project - reviewers: Those who have authoritative LGTM on issues in the queue Closes #1906
-
- 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 10 commits
-
-
Matt Butcher authored
docs(chart_best_practices): create best practices guide
-
Matt Butcher authored
This provides a simple field to expose the version of the application contained in a chart. Closes #2036
-
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 1 commit
-
-
Matt Butcher authored
Add .Template.BasePath to template system
-