- 26 Aug, 2016 1 commit
-
-
Jeremy Brown authored
-
- 24 Aug, 2016 1 commit
-
-
Matt Butcher authored
This adds the --verify and --keyring flags to: helm fetch helm inspect helm install helm upgrade Each of these commands can now make cryptographic verification a prerequisite for using a chart.
-
- 22 Aug, 2016 2 commits
-
-
Matt Butcher authored
Closes #1034
-
Jess Frazelle authored
Signed-off-by:
Jess Frazelle <me@jessfraz.com>
-
- 19 Aug, 2016 1 commit
-
-
Adnan Abdulhussein authored
-
- 18 Aug, 2016 1 commit
-
-
Travis Cline authored
This encourages people from making container names depend on release names.
-
- 17 Aug, 2016 2 commits
-
-
Adnan Abdulhussein authored
-
Jess Frazelle authored
Signed-off-by:
Jess Frazelle <me@jessfraz.com>
-
- 08 Aug, 2016 1 commit
-
-
Matt Butcher authored
This reflects our internal decision to suggest minikube rather than commit resources to maintaining scripts/local-cluster.sh Closes #889
-
- 01 Aug, 2016 1 commit
-
-
Matt Butcher authored
-
- 20 Jul, 2016 1 commit
-
-
Matt Butcher authored
-
- 19 Jul, 2016 1 commit
-
-
Matt Butcher authored
This explains how a hook resource is not managed as part of the release lifecycle. Closes #960
-
- 15 Jul, 2016 1 commit
-
-
Matt Butcher authored
Closes #938
-
- 11 Jul, 2016 1 commit
-
-
Michael Stapelberg authored
…since people might not be familiar with Go templates.
-
- 06 Jul, 2016 1 commit
-
-
Matt Butcher authored
-
- 05 Jul, 2016 2 commits
-
-
Keerthan Mala authored
-
Jeff Zellner authored
fix typo
-
- 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 3 commits
-
-
Miguel Martinez authored
Fixing unit test
-
Miguel Ángel Martínez Triviño authored
-
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 3 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
-
Seigo Uchida 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 2 commits
-
-
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
-
Matt Butcher authored
Closes #840
-
- 14 Jun, 2016 1 commit
-
-
Matt Butcher authored
This provides support for "global" variables. It does this by declaring "global" to be a special namespace. It then copies this namespace into every subchart, coalescing it into any "global" namespace found there. The net result is that if "global.foo" is set in the YAML file, it will be available to every chart/subchart as ".global.foo" regardless of where that chart is in the subchart tree.
-
- 13 Jun, 2016 1 commit
-
-
Matt Butcher authored
Closes #809
-
- 08 Jun, 2016 2 commits
-
-
Matt Butcher authored
Closes #797
-
Matt Butcher authored
-
- 07 Jun, 2016 3 commits
-
-
Michelle Noorali authored
-
Matt Butcher authored
-
Adam Reese authored
-
- 06 Jun, 2016 1 commit
-
-
Miguel Martinez authored
-
- 02 Jun, 2016 1 commit
-
-
Michelle Noorali authored
-
- 01 Jun, 2016 1 commit
-
-
Michelle Noorali authored
-
- 26 May, 2016 1 commit
-
-
Naveen authored
Not every one is aware of the 12factor.net so included the link.
-