- 06 Oct, 2017 1 commit
-
-
Dhilip authored
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates * Update Doc * Update example
-
- 16 Jun, 2017 1 commit
-
-
Reinhard Nägele authored
-
- 02 Jun, 2017 1 commit
-
-
William Martin Stewart authored
-
- 07 Mar, 2017 1 commit
-
-
Matt Butcher authored
This provides a simple field to expose the version of the application contained in a chart. Closes #2036
-
- 02 Feb, 2017 1 commit
-
-
Michelle Noorali authored
-
- 01 Feb, 2017 1 commit
-
-
Michelle Noorali authored
* This is a simple mvp which processes a test definition with the hook annotation for test when you run `helm test [release]` * helm client cmd, proto def, tiller logic
-
- 21 Dec, 2016 1 commit
-
-
Steve Wilkerson authored
The upper limit for a chart name is 63 characters now instead of 14 or 24 in older versions of Kubernetes. This replaces `trunc 24` in the example chart provided to `trunc 63` to reflect the new length available. Closes #1637
-
- 20 Dec, 2016 1 commit
-
-
Steve Wilkerson authored
The upper limit for a chart name is 54 characters now instead of 14 or 24 in older versions of Kubernetes. This replaces `trunc 24` in the example chart provided to `trunc 54` to reflect the new length available. Closes #1637
-
- 07 Dec, 2016 1 commit
-
-
Adam Reese authored
-
- 05 Dec, 2016 1 commit
-
-
John Hofman authored
-
- 17 Oct, 2016 1 commit
-
-
Michelle Noorali authored
-
- 18 Aug, 2016 1 commit
-
-
Travis Cline authored
This encourages people from making container names depend on release names.
-
- 06 Jul, 2016 1 commit
-
-
Matt Butcher authored
-
- 29 Jun, 2016 1 commit
-
-
Michelle Noorali authored
* the template refers to .Values.Name but the values.yaml file has a name field with a lowercase "n". Figured changing this is the right move since yaml is case sensitive.
-
- 24 Jun, 2016 2 commits
-
-
Matt Butcher authored
The name was not correctly truncating, which occasionally resulted in naming errors, since Kubernetes restricts names to 24 characters.
-
Matt Butcher authored
This adds the .Values namespace qualifier to all values
-
- 23 Jun, 2016 2 commits
-
-
Miguel Martinez authored
Fixing unit test
-
Miguel Martinez authored
Template rules Adding chart errors Added function that checks the existence of all the values in the templates Adding chartfile unit tests Testing runLinterRule Fixing out of range Fixing out of range Improving quote detector
-
- 22 Jun, 2016 2 commits
-
-
Matt Butcher authored
As noted in #860, there were a few places where the alpine and nginx charts differed. This unifies the two, using common labels and conventions.
-
Matt Butcher authored
-
- 21 Jun, 2016 1 commit
-
-
Matt Butcher authored
This adds an nginx chart that shows off more of the template system's capabilities.
-
- 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
-
- 08 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 07 Jun, 2016 2 commits
-
-
Matt Butcher authored
-
Adam Reese authored
-
- 05 May, 2016 1 commit
-
-
Matt Butcher authored
Also fixed a minor formatting issue with Alpine chart in docs.
-
- 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.
-
- 03 May, 2016 1 commit
-
-
Matt Butcher authored
This adds client and server support for 'helm list'.
-
- 28 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 27 Apr, 2016 1 commit
-
-
Matt Butcher authored
-