- 23 Dec, 2016 1 commit
-
-
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.
-
- 18 Nov, 2016 1 commit
-
-
Fabian Ruff authored
-
- 17 Nov, 2016 1 commit
-
-
Yuvi Panda authored
-
- 16 Nov, 2016 1 commit
-
-
Matt Butcher authored
This raises the limit from 14 to 53 chars based on the Kubernetes 1.4 name limit. Closes #1528
-
- 15 Nov, 2016 2 commits
-
-
Matt Butcher authored
This documents YAML and provides information about how Helm and Kubernetes interpret the YAML.
-
Matt Farina authored
Downloading of charts and helm itself happened over http. This change moves to use https as that is available with valid certs.
-
- 14 Nov, 2016 2 commits
-
-
Matt Farina authored
A bucket name in the path can be migrated to a custom k8s domain name. This is in preperation for that.
-
Matt Butcher authored
-
- 07 Nov, 2016 1 commit
-
-
Anthony Yeh authored
-
- 04 Nov, 2016 2 commits
-
-
Matt Butcher authored
Consistently add spacing for '{{ $foo }}'
-
Matt Butcher authored
This adds a detailed document on writing templates in Helm. This is NOT a best-practices guide, but a thorough introduction to templates in Helm.
-
- 01 Nov, 2016 1 commit
-
-
Matt Butcher authored
The solution to #1455 is to configure dnsmasq on each of your nodes. This adds brief documentation on how to do so. Closes #1455
-