- 19 Dec, 2016 10 commits
-
-
Adam Reese authored
ref(helm): only pass required dependencies to subcommands
-
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 1 commit
-
-
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 8 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.
-
Matt Butcher authored
There was an informational message being printed that is unnecessary, but prevented shell scripting the results of inspect calls. Closes #1574
-
Nikolay Mahotkin authored
-
Nikolay Mahotkin authored
* Run gofmt on all changed files so they formatted properly now
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
Nikolay Mahotkin authored
* Added pod restarting for - ReplicationController - DaemonSet - PetSet
-