- 15 Jan, 2017 1 commit
-
-
Christoph Blecker authored
-
- 11 Jan, 2017 1 commit
-
-
Ferran Rodenas authored
-
- 10 Jan, 2017 1 commit
-
-
Matt Butcher authored
This adds the {{.Capabilities}} object to the template variables so that chart authors can write charts that are aware of teh Kubernetes capabilities of the current cluster. Closes #1608
-
- 09 Jan, 2017 1 commit
-
-
Christopher Pauley authored
-
- 06 Jan, 2017 2 commits
-
-
Christopher Pauley authored
-
Christopher Pauley authored
-
- 05 Jan, 2017 1 commit
-
-
Maciej Kwiek authored
`helm status -h` now shows what kind of information is displayed when running `helm status`
-
- 31 Dec, 2016 1 commit
-
-
Brandon Philips authored
This fixes two things: 1) CoreOS Linux is now Container Linux https://coreos.com/blog/tectonic-self-driving.html#coreos-linux-is-now-container-linux 2) Provide more technical details on what is going on for users trying to debug and understand
-
- 29 Dec, 2016 1 commit
-
-
William Martin Stewart authored
It links to install.yaml instead of install.md: https://github.com/kubernetes/helm/blob/master/docs/install.md
-
- 26 Dec, 2016 1 commit
-
-
dongziming authored
-
- 23 Dec, 2016 2 commits
-
-
Christoph Blecker authored
-
Christoph Blecker authored
-
- 22 Dec, 2016 1 commit
-
-
Matt Butcher authored
This documents an issue reported in Slack that turned out to be related to security configuration in Kubernetes.
-
- 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 3 commits
-
-
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
-
Brandon B. Jozsa authored
-
Steve Wilkerson authored
Fixed a small typo in the quickstart guide. Change 'upgrade' to 'upgraded' to match tense.
-
- 19 Dec, 2016 2 commits
-
-
Matt Butcher authored
This adds a link to the Go template docs regarding whitespace.
-
Eli Mallon authored
-
- 18 Dec, 2016 1 commit
-
-
Yota Toyama authored
-
- 17 Dec, 2016 2 commits
-
-
Matthew Fisher authored
This verifies that by adding user information in the chart repo URL via `helm repo add`, it will be attached to the request when downloading the chart tarball and provenance file.
-
Greg Taylor authored
-
- 16 Dec, 2016 1 commit
-
-
Long Nguyen authored
-
- 15 Dec, 2016 3 commits
-
-
Matt Butcher authored
-
Adam Reese authored
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar to use tiller in an alternate namespace. closes #1418
-
Matt Butcher authored
New properties are available to template developers. Closes #1554
-
- 14 Dec, 2016 1 commit
-
-
Matt Butcher authored
Closes #1630
-
- 13 Dec, 2016 1 commit
-
-
Andrew Stuart authored
-
- 09 Dec, 2016 2 commits
-
-
Andrew Stuart authored
-
Andrew Stuart authored
-
- 07 Dec, 2016 1 commit
-
-
Adam Reese authored
-
- 05 Dec, 2016 1 commit
-
-
John Hofman authored
-
- 01 Dec, 2016 4 commits
-
-
Matt Butcher authored
This adds tests for setupEnv, and also updates some documentation to mirror the current state of plugins.
-
Andrew Stuart authored
-
Andrew Stuart authored
-
Andrew Stuart authored
-
- 29 Nov, 2016 2 commits
-
-
Matt Butcher authored
This adds a hidden 'helm doc' command that generates documentation out of the Helm help text. Currently it can create: - man pages for HELM(1) - Markdown documentation - bash autocompletions Those are the three built-ins for Cobra. The command is hidden so that it doesn't show up to the regular user, since this is really a specialized task. It has the advantage of making it trivially easy to install man pages and bash completion at installation time.
-
Matt Butcher authored
This adds a backend for a plugin system. Closes #1572
-
- 23 Nov, 2016 1 commit
-
-
Matt Butcher authored
This replaces the old set parser with a brand new one. This also changes the internal algorithm from duplicating YAML to merging YAML, which might solve a problem one user reported in chat, but which was never captured in an issue. Closes #1540 Closes #1556
-
- 22 Nov, 2016 1 commit
-
-
Matt Butcher authored
This adds support for packs, pre-configured chart patterns that can be used to quickly create a custom layout for your new chart.
-