- 27 Oct, 2016 1 commit
-
-
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 11 commits
-
-
Adnan Abdulhussein authored
Add deployment, service and NOTES to create
-
Matt Butcher authored
fix(helm): read passphrase from prompt
-
Matt Butcher authored
This prompts the user to enter a passphrase if the given PGP key is encrypted. Closes #1447
-
Matt Butcher authored
docs(provenance): explain using Keybase.io
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Matt Butcher authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
- 25 Oct, 2016 11 commits
-
-
Adnan Abdulhussein authored
chore(README): update install section for Beta.2
-
Adnan Abdulhussein authored
-
Matt Butcher authored
docs(*) fix typos in docs
-
Adam Reese authored
-
joe2far 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 4 commits
-
-
Adnan Abdulhussein authored
Fix broken links in README
-
Adnan Abdulhussein authored
-
Fabian Ruff authored
-
Adnan Abdulhussein authored
-