- 19 Dec, 2016 14 commits
-
-
Taylor Thomas authored
Installs, rollback, upgrade, and delete now accept a `--timeout` flag that allows the user to specify the maximum number of seconds that any kubernetes command can take. Closes #1678
-
Matt Butcher authored
fix(*): Fixes protobuf name
-
Matt Butcher authored
s/backup up/back up/
-
Adam Reese authored
ref(helm): only pass required dependencies to subcommands
-
Taylor Thomas authored
The generated version of the protobuf did not match the `.proto` file. This caused issues when a new protobuf change was added
-
Matt Butcher authored
feat(tiller): add fromYaml to template functions
-
Adam Reese authored
test(cmd): add unit test for chart backed by basic auth
-
Adam Reese authored
plugins.md: Spelling fix
-
Adam Reese authored
Ignore .idea folder for anyone using Intellij's GO IDE.
-
Adam Reese authored
Fix Typo
-
Adam Reese authored
fix(chartutil): improve 'missing name' error
-
Adam Reese authored
-
Euan Kemp authored
-
Eli Mallon authored
-
- 18 Dec, 2016 2 commits
-
-
Yota Toyama authored
-
Tamal Saha authored
-
- 17 Dec, 2016 2 commits
-
-
Matthew Fisher authored
This verifies that by adding user information in the chart repo URL via `helm repo add`, it will be attached to the request when downloading the chart tarball and provenance file.
-
Greg Taylor authored
-
- 16 Dec, 2016 12 commits
-
-
Matt Butcher authored
fix(tller): allow deep merge of global maps
-
Adam Reese authored
feat(helm): add short version output
-
Matt Butcher authored
Rename '--restart' option to '--recreate-pods'
-
Adam Reese authored
add `--short` flag to version
-
Nikolay Mahotkin authored
-
Nikolay Mahotkin authored
-
Matt Butcher authored
Adding pod restart during release upgrade/rollback
-
Matt Butcher authored
Update checksum/config annotation
-
Matt Butcher authored
feat(tiller): Add .Release.Revision and .IsUpgrade
-
Nikolay Mahotkin authored
-
Long Nguyen authored
-
Matt Butcher authored
This reverts a previous decision to only do shallow merges of globals. It allows globals to be nested maps.
-
- 15 Dec, 2016 7 commits
-
-
Matt Butcher authored
-
Adam Reese authored
feat(*): allow tiller to be installed in an alternate namespace
-
Adam Reese authored
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar to use tiller in an alternate namespace. closes #1418
-
Nikolay Mahotkin authored
-
Matt Butcher authored
New properties are available to template developers. Closes #1554
-
Matt Butcher authored
fix(helm): added support for compressed charts containing \ in file paths
-
Matt Butcher authored
If not mercurial, clone with git. dont exit if no mercurial is there
-
- 14 Dec, 2016 3 commits
-
-
Matt Butcher authored
fix(helm): suprress info message for 'helm inspect'
-
Matt Butcher authored
This adds a fromYaml template function. Closes #1604
-
Matt Butcher authored
feat(helm) add command to generate bash autocompletions.
-