- 26 Oct, 2016 1 commit
-
-
Matt Butcher authored
-
- 25 Oct, 2016 7 commits
-
-
Adam Reese authored
-
Michelle Noorali authored
fix(helm): correctly convert types on --set flag
-
Michelle Noorali authored
fixes #1449
-
Matt Butcher authored
fix(helm): skip overwriting the lock if it hasn't changed
-
Matt Butcher authored
fix(helm): create index file as 'helm serve' starts up.
-
Matt Butcher authored
feat(scripts): add 'get' script to download and install
-
Matt Butcher authored
'helm dep up' will only overwrite the lock file if the digest has changed (e.g. the source requirements.yaml is different). Closes #1438
-
- 24 Oct, 2016 13 commits
-
-
Matt Butcher authored
This adds 'scripts/get`, which is a bash script for fetching and installing the Helm client. It has the following features: - It uses the GitHub API to discover the latest release - It downloads the SHA256 checksum and verifies the binary using it - It does basic tests on the installation
-
Matt Butcher authored
When 'helm serve' is run, this now generates an index.yaml file. Before, that file was maintained externally, often manually. Closes #793 Partially addresses #1404
-
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 10 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.
-