- 10 Mar, 2017 1 commit
-
-
Eduardo Baitello authored
The old link is invalid (404)
-
- 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
-
- 03 Mar, 2017 3 commits
-
-
Aaron Roydhouse authored
The current README makes no mention of the Chart repository or where to find it. You have to Google to find it or stumble upon it. It was frustrating to come to the Helm project and not easily be able to find where the chart repository was - even though I knew it existed. This patch will make that easier for others.
-
Fabian Ruff authored
-
Fabian Ruff authored
-
- 02 Mar, 2017 2 commits
-
-
Taylor Thomas authored
fix(tiller): Fixes `--wait` panic on upgrade
-
Dmitry Monakhov authored
Most newcomers hit helm's 'feature' there deleted instalations are not really deleted. Use-case # helm install --name gitlab-ce-1 ./stable/gitlab-ce # helm delete gitlab-ce-1 # helm list # helm install --name gitlab-ce-1 ./stable/gitlab-ce Error: a release named "gitlab-ce-1" already exists There is a lot duplicated bugs in bugzilla which simply explains that packages should be deleted with --pure flag. But such bugs appeared again and again because this behavior is not obvious. Let's help user to figure out what happens ASAP.
-