- 10 Aug, 2017 2 commits
-
-
Matt Butcher authored
This adds a new configuration option to Tiller to limit the number of records stored per release. Tiller stores historical release information (helm history, helm rollback). This makes it possible to set a maximum number of versions per release. To enable this feature, use `helm init --history-max NNN`. Note that because of the restrictions on Deployment objects, you will have to re-install Tiller to add a limit. Along the way, I found an unreported bug in the Memory storage driver. This fixes that bug and adds substantially more tests to catch regressions. Closes #2332
-
Michelle Noorali authored
updated pullpolicy example
-
- 09 Aug, 2017 1 commit
-
-
Dan O'Brien authored
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
-
- 08 Aug, 2017 5 commits
-
-
Michelle Noorali authored
chore(docs): add guide for service accounts
-
Taylor Thomas authored
feat(helm):use a variable for labels to get tiller pod
-
Taylor Thomas authored
Redefine the err variable in NewChartRepository, otherwise errors migh slip through
-
Taylor Thomas authored
fix(pkg/strvals): preserve leading zeros in vals
-
Taylor Thomas authored
Add link to wheel.
-
- 07 Aug, 2017 7 commits
-
-
Taylor Thomas authored
Updating default values.yaml comments
-
Michelle Noorali authored
-
Michelle Noorali authored
Add godoc reference badge
-
Justin Scott authored
Add requirements.yaml to Charts file structure
-
Mohammad Asif Siddiqui authored
-
Mohammad Asif Siddiqui authored
-
Jerry Zhou authored
-
- 06 Aug, 2017 2 commits
-
-
tamal authored
-
Laurens Vanderhoven authored
-
- 04 Aug, 2017 2 commits
-
-
Maciej Strzelecki authored
-
Baofa Fan authored
* delete secret when helm reset * add test * expected 3 actions
-
- 03 Aug, 2017 8 commits
-
-
Michelle Noorali authored
* closes #2224
-
Michelle Noorali authored
docs(helm): Fix docs spelling error
-
Michelle Noorali authored
docs: add helm-edit plugin
-
Michelle Noorali authored
Fix link in provenance.md
-
Miouge1 authored
-
Justin Scott authored
Update README to point to #charts channel on slack too
-
Justin Scott authored
Update helm binary references to v2.5.1
-
Matthew Fisher authored
Add jascott1 as maintainer and reviewer
-
- 02 Aug, 2017 5 commits
-
-
Justin Scott authored
-
Yuvi Panda authored
-
Maciej Strzelecki authored
-
Justin Scott authored
add bacongobbler as a core maintainer
-
Matthew Fisher authored
-
- 01 Aug, 2017 1 commit
-
-
jiaweizhou authored
-
- 28 Jul, 2017 1 commit
-
-
Matthew Fisher authored
-
- 27 Jul, 2017 5 commits
-
-
Sam Leavens authored
When checking that a value begins with zero use a rune literal instead of the ASCII code for zero.
-
Brian authored
CAFile is now optional, in that case the default RootCAs are used
-
Matt Butcher authored
Handle nil responses returned from rudder funcs
-
Miouge1 authored
Following the instructions to simply uncomment the following lines results in a invalid yaml output
-
Sam Leavens authored
When passing values with "helm install --set" values with leading zeros are preserved and not parsed as ints. Closes #2693
-
- 25 Jul, 2017 1 commit
-
-
Steven E. Harris authored
ref(pkg/chartutil): replace use of 'fmt.Efforf'
-