- 26 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 24 Oct, 2016 11 commits
-
-
Matt Butcher authored
docs(helm): update grammar for upgrade command help
-
Matt Butcher authored
fix(helm): add support for local version only
-
Matt Butcher authored
This changes from --client-only and --server-only to --client and --server. With this change, if no flags are specified, all info is shown. If one flag is specified, only its info is shown.
-
Jim authored
Fixes #1443
-
Matt Butcher authored
docs(provenance.md): make amendments and add clarification
-
Matt Butcher authored
This modifies 'helm version' to allow for local-only or server-only versions to avoid cases where calling 'helm version' was resulting in errors. Closes #1440
-
Vaughn Dice authored
-
Matt Butcher authored
docs(install): show tiller image upgrade option
-
Matt Butcher authored
fix(helm): add line feed between --values and --set data
-
Adnan Abdulhussein authored
fix(tiller): correct path to NOTES.txt template
-
Matt Butcher authored
fix(helm): add check for argument length for inspection subcommands
-
- 21 Oct, 2016 9 commits
-
-
Adnan Abdulhussein authored
Fix broken links in README
-
Adnan Abdulhussein authored
-
Fabian Ruff authored
-
Adnan Abdulhussein authored
-
Jim authored
subcommands
-
Matt Butcher authored
Currently, --set simply appends data to the end of the existing values YAML data. If a values file does not have a line feed at the end, the set data is mis-appended. This fixes the issue by inserting a linefeed between the --values data and --set data. Closes #1430
-
Matt Butcher authored
fix(helm): add dry-run flag for init
-
Matt Butcher authored
fix(helm): use 127.0.0.1 instead of localhost
-
Jim authored
Fixes #1429
-
- 20 Oct, 2016 12 commits
-
-
Matt Butcher authored
This switches the local chart repo to use 127.0.0.1 instead of localhost so that the net library does not negotiate localhost to an IPv6 address, which is known to cause issues in some Docker containers. Breaking Change: When testing on a system that does NOT have IPv4 configured, this will break 'helm serve'. We estimate this will impact none of the current user base. Closes #1410
-
Matt Butcher authored
This adds a --dry-run flag to init, and causes the manifest file for Tiller to be emitted on --debug. Together, this means you can do a 'helm init --dry-run --debug' and dump the Tiller manifest much as you can with 'helm install --dry-run --debug'. This does not require a server round-trip. Closes #1417
-
Matt Butcher authored
Add compression to configmap storage driver
-
Matt Butcher authored
This provides an example of an in-place upgrade to Tiller using `kubectl set image`.
-
Matt Butcher authored
Minor typo fix
-
Matt Butcher authored
fix(helm): finish repo index.html
-
Javier Cuevas authored
-
Matt Butcher authored
docs(*): Minor corrections kebuctl commands in install.md
-
Matt Butcher authored
fix(helm): update helm commands usage text
-
Fabian Ruff authored
This commit changes the configmap storage driver to compress the serialized release before storing it as a base64 encoded string. This change is backward compatible as it handles existing releases gracefully by skipping the decompression step when the gzip magic header is not present.
-
Jim authored
Fixes #1393
-
Jim authored
update helm commands usage text to reflect current state Fixes #1266
-
- 19 Oct, 2016 7 commits
-
-
Adam Reese authored
-
Adnan Abdulhussein authored
fix(repo): ensure index generates in the right order
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
fix(tiller): ensure only the parent NOTES is used
-
Adam Reese authored
fix(ci): ensure go packages are compiled before testing
-
Adam Reese authored
Attempt for build speed record
-
Adnan Abdulhussein authored
-