Michelle Noorali
bf9ae52e1c
ref(*): change test hook to be test-success
2017-02-02 12:23:52 -05:00
Michelle Noorali
d46d63a8f7
feat(*): add helm test command mvp
...
* 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
2017-01-31 20:57:27 -05:00
Steve Wilkerson
141a401c48
docs(helm): change trunc 24 in base charts
...
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
2016-12-21 11:18:33 -06:00
Adam Reese
0c6b6d1c62
fix(*): correct file permissions on source files
2016-12-07 09:09:38 -08:00
John Hofman
c38fb120bf
fix(helm): add trimSuffix to helper functions
2016-12-05 10:01:25 +01:00
Michelle Noorali
8b551d474c
chore(docs): fix nginx example templates
2016-10-17 11:42:47 -04:00
Travis Cline
01529001ca
simplify example container names
...
This encourages people from making container names depend on release
names.
2016-08-18 11:14:30 -07:00
Matt Butcher
ff32062ae8
feat(tiller): support hooks for install
2016-07-06 16:10:31 -06:00
Matt Butcher
628e0b7cec
fix(docs): fix nginx example chart name
...
The name was not correctly truncating, which occasionally resulted
in naming errors, since Kubernetes restricts names to 24 characters.
2016-06-24 12:52:30 -06:00
Matt Butcher
22ac61469f
feat(*): add Values namespace to templates
...
This adds the .Values namespace qualifier to all values
2016-06-24 12:06:52 -06:00
Miguel Martinez
81ac98ad9a
Adding support for associated templates
...
Fixing unit test
2016-06-23 16:23:39 -07:00
Matt Butcher
5e63b5e925
docs(examples): unify the examples
...
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.
2016-06-22 12:14:16 -06:00
Matt Butcher
e628b333b0
fix(example/nginx): add links, clarify a few things
2016-06-22 10:11:49 -06:00
Matt Butcher
15571a5a13
docs(examples): add nginx example chart
...
This adds an nginx chart that shows off more of the template system's
capabilities.
2016-06-21 16:32:12 -06:00