- 29 Nov, 2016 1 commit
-
-
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.
-
- 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
-
- 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
-
- 31 Oct, 2016 2 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
This adds a couple of examples for building an application chart for complex multi-part applications.
-
- 27 Oct, 2016 2 commits
-
-
Matt Butcher authored
This adds a place to put distribution-specific information about different distributions of Kubernetes.
-
Matt Butcher authored
This pass through fixed formatting, examples, and technical information to reflect the current state of Helm. Also added some pointers for using a regular webserver.
-
- 26 Oct, 2016 3 commits
-
-
Matt Butcher authored
This adds documentation for 'scripts/get'.
-
Matt Butcher authored
This prompts the user to enter a passphrase if the given PGP key is encrypted. Closes #1447
-
Matt Butcher authored
-
- 25 Oct, 2016 1 commit
-
-
joe2far authored
-
- 24 Oct, 2016 1 commit
-
-
Vaughn Dice authored
-
- 20 Oct, 2016 2 commits
-
-
Matt Butcher authored
This provides an example of an in-place upgrade to Tiller using `kubectl set image`.
-
Jim authored
Fixes #1393
-
- 18 Oct, 2016 1 commit
-
-
Jason Hansen authored
-
- 17 Oct, 2016 3 commits
-
-
Matt Butcher authored
This refreshes docs, as discussed in #719, and adds a few new sections to the docs. Closes #719
-
Michelle Noorali authored
-
Nic Roland authored
-
- 14 Oct, 2016 1 commit
-
-
Matt Butcher authored
-
- 13 Oct, 2016 1 commit
-
-
Matt Butcher authored
The previous index.yaml example was missing a few fields, notably the 'created' timestamp. Closes #1348
-
- 12 Oct, 2016 3 commits
-
-
Adam Reese authored
ref: #1310
-
Erik Christensen authored
-
Matt Butcher authored
This causes 'helm dep [up|install]' to ignore files in charts/ that start with either a dot or an underscore. It also changes the chartloader to ignore those files. Also, if a 'helm dep up' does not find a charts/ directory, it creates one. Closes #1342
-
- 11 Oct, 2016 1 commit
-
-
Matt Butcher authored
This adds the `--url` flag to examples. Closes #1343
-
- 09 Oct, 2016 2 commits
-
-
Ken Wronkiewicz authored
Also, hg is required.
-
Ken Wronkiewicz authored
The user needs to get all of the way down to developers docs to realize they need glide, but if you follow a user who doesn't necessarily want to develop but wants to build from source, you'd follow this path: README -> Quick Start -> Releases -> . o O (Source doesn't work) -> Install And then you'd realize that you need Glide. This one-liner patch fixes that. :)
-
- 07 Oct, 2016 3 commits
-
-
Javier Cuevas authored
After #1021 ` .Files.GetString` does not exist any more.
-
Matt Butcher authored
This removes the requirement that a fetch or install command must explicitly state the version number to install. Instead, this goes to the strategy used by OS package managers: Install the latest until told to do otherwise. Closes #1198
-
Javier Cuevas authored
The name for the default values file is `values.yaml` and not `.values.yaml`.
-
- 06 Oct, 2016 1 commit
-
-
Kent Rancourt authored
-