- 18 Jan, 2018 2 commits
-
-
Alex Johnson authored
Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests Fixes #2114 Signed-off-by:
Alex Johnson <ajohnson@bombora.com>
-
Reinhard Nägele authored
-
- 16 Jan, 2018 1 commit
-
-
Matt Farina authored
Prior to this, using the semver template functions with the full version, which is represented in the GitVersion, was not possible for helm template and lint commands because the property was not populated by default. This update adds default handling. Closes #3349
-
- 12 Jan, 2018 1 commit
-
-
Adam Reese authored
`helm list` should only list latest release fixes #3208
-
- 10 Jan, 2018 1 commit
-
-
rocky-nupt authored
* feat(helm): Add --full-output to helm list and helm history The default maximum length of the output table is 60 chars. When the length is greater than 60, the content will be omitted. This patch adds -f and --full-output to helm list and helm history which can display full information of releases on the screen. Closes #2828 * a * feat(helm): Add --full-output to helm list and helm history The default maximum length of the output table is 60 chars. When the length is greater than 60, the content will be omitted. This patch adds -f and --full-output to helm list and helm history which can display full information of releases on the screen. Closes #2828
-
- 09 Jan, 2018 1 commit
-
-
Florian Zysset authored
* Don't downgrade tiller with helm init --upgrade unless --force-upgrade is specified Fix tests after merging master * Reformatting with gofmt
-
- 05 Jan, 2018 1 commit
-
-
Adam Reese authored
-
- 13 Dec, 2017 2 commits
-
-
Julian authored
* Add "--namespace" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. See #2036 * Align lintCmd struct * Add "--set" and "--values" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. Closes #2495,#2036 * Reuse strict parameter, when rendering during lint We want to see the rendering fail, if we missed a value, so we reuse "--strict". See #2495,#2036 * Fix lint unit test See #2495,#2036 * Update docs
-
Pietro Menna authored
os.Symlink required additional permissions on Windows, and init is not currently identifying the failed creation. Related to #2071
-
- 12 Dec, 2017 1 commit
-
-
Matt Farina authored
-
- 06 Dec, 2017 1 commit
-
-
Sam Leavens authored
-
- 01 Dec, 2017 1 commit
-
-
Matthew Fisher authored
Without this change, running `helm list --tls` without setting $HELM_HOME causes helm to look for TLS certificates under /.
-
- 29 Nov, 2017 1 commit
-
-
Taylor Thomas authored
Possibly fixes #3121. This forces idle connections to drop after 10 minutes
-
- 24 Nov, 2017 1 commit
-
-
Arash Deshmeh authored
When 'helm package --app-version foo' is run, this will set the AppVersion field to 'foo' in the packaged chart. Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 23 Nov, 2017 1 commit
-
-
Igor Vuk authored
-
- 22 Nov, 2017 5 commits
-
-
Christoph Hösler authored
-
Morgan Parry authored
Closes #3115
-
Christoph Hösler authored
-
Christoph Hösler authored
-
Christoph Hösler authored
-
- 21 Nov, 2017 1 commit
-
-
Rajat Jindal authored
* support output-dir when running 'helm template' * add --output-dir to documentation * when writing to file, dont add additional document * trigger another ci build. make test-unit works for me * dont write blank files * return err instead of panic
-
- 20 Nov, 2017 1 commit
-
-
Michelle Noorali authored
-
- 16 Nov, 2017 1 commit
-
-
Matt Butcher authored
* fix(helm): add TLS params back During a recent refactor, several TLS flags stopped being processed for a few of the commands. This fixes those commands, and documents how to set up TLS. * fix(tiller): add stricter certificate verification The older version of Tiller allowed a weaker set of certificate checks than we intended. This version requires a client certificate, and then requires that that certificate be signed by a known CA. This works around the situation where a user could provide a self-signed certificate.
-
- 07 Nov, 2017 1 commit
-
-
Alexander Lukyanchenko authored
-
- 01 Nov, 2017 2 commits
-
-
gardlt authored
-
Matthew Fisher authored
-
- 31 Oct, 2017 2 commits
-
-
Ivan Pedrazas authored
Tiller exposes probes and metrics in 44135. Because tiller doesn't expose that port and does not contain any Prometheus annotations, making Prometheus scrape tiller is a bit more complex. Closes #2985
-
xuhaigang authored
feat(helm): Add a flag --dep-up that helm install will automatically execute helm dep up when charts are in requirements.yaml but not in charts If checkdependencies returns an error, we can start download the charts which are not in charts. Closes #2879
-
- 26 Oct, 2017 1 commit
-
-
Yagnesh Mistry authored
add version flag to tiller binary * TODO comment on tiller.go
-
- 24 Oct, 2017 1 commit
-
-
Matt Farina authored
Some would like to expose and see the application version in the search results. This change displays it. Closes #3010
-
- 21 Oct, 2017 1 commit
-
-
Alexander Lukyanchenko authored
-
- 11 Oct, 2017 4 commits
-
-
Brad Bowman authored
-
Brad Bowman authored
Update install tests to use ReleaseMock and associates from the helm package. Also fix release names to match expected reponse values
-
Brad Bowman authored
-
Adam Reese authored
-
- 10 Oct, 2017 1 commit
-
-
Justin Scott authored
This feature enables users to specify more control over where Tiller pod lands by allowing "node-selectors" to be specified. Alternatively, the "--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq). Closes #2299
-
- 09 Oct, 2017 1 commit
-
-
Remington Reackhof authored
-
- 06 Oct, 2017 1 commit
-
-
Matt Farina authored
>0.0.0-a does not match pre-releases on 0.0.0 that start with a capital letter or number. This has to do with the ordering of code points. Numbers and capital letters come before lowercase letters. >0.0.0-0 should match all valid pre-releases on 0.0.0. According to the spec, "Numeric identifiers MUST NOT include leading zeroes." A 0 is also the lowest code point for all the allowed characters in a pre-release
-
- 26 Sep, 2017 2 commits
-
-
Neil Moore authored
-
Neil Moore authored
-