- 12 Oct, 2017 5 commits
-
-
Matt Butcher authored
chore(sprig): bump sprig to 2.14.0
-
Matt Butcher authored
-
Adam Reese authored
ref(*): kubernetes v1.8 support
-
Taylor Thomas authored
fix(tiller): Adds CRD ordering
-
Taylor Thomas authored
feat(2196): secrets management
-
- 11 Oct, 2017 2 commits
-
-
Adam Reese authored
-
Maciej Kwiek authored
feat(helm):Allow remote values.yaml with -f
-
- 10 Oct, 2017 3 commits
-
-
Justin Scott authored
feat(helm): Add --node-selectors, --override and --output flags to helm init
-
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
-
Taylor Thomas authored
This adds CRD ordering into the explicit kind sorter list Closes #2925
-
- 09 Oct, 2017 1 commit
-
-
Remington Reackhof authored
-
- 07 Oct, 2017 1 commit
-
-
Taylor Thomas authored
fix(helm): invoking getterConstructor returns downstream error now
-
- 06 Oct, 2017 2 commits
-
-
Dhilip authored
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates * Update Doc * Update example
-
Michal Cwienczek authored
* Closes #2937 Added required dependency to run make test in developer's guide * Fixed base URL appending when chart address is not absolute * Removed requirement from developers.md * Fixed unnecessary line breaks * Added tests for query string repo * Returning URL along with error
-
- 04 Oct, 2017 3 commits
-
-
Matthew Fisher authored
Ignore Apiversion, use Kind and Name only to search for original resource on update/delete
-
Matthew Fisher authored
chore(*): bump version to v2.6.2
-
Matthew Fisher authored
(cherry picked from commit a4f965e0)
-
- 03 Oct, 2017 7 commits
-
-
Matthew Fisher authored
Correctly persists Release upgrade failure
-
Taylor Thomas authored
fix(sorter): Adds missing unit test
-
Matthew Fisher authored
fix(helm):Fix dependency aliaes not working
-
Matthew Fisher authored
Remove facebookgo dependencies
-
Nandor Kracser authored
-
Matthew Fisher authored
docs/developers.md: add notes for `k8s.io` dir
-
flyer103 authored
-
- 02 Oct, 2017 1 commit
-
-
Justin Scott authored
bug(tiller): sort unknown but different kinds alphabetically based on kind name
-
- 01 Oct, 2017 1 commit
-
-
flyer103 authored
-
- 29 Sep, 2017 2 commits
-
-
Matthew Fisher authored
Avoid panics if test is failing
-
Taylor Thomas authored
More helpful wait messages in tiller logs
-
- 28 Sep, 2017 8 commits
-
-
Matthew Fisher authored
fix(helm): Fix the bug in helm dependency update -verify
-
Taylor Thomas authored
Adds a unit test that was missed as part of #2961
-
Maxim Ivanov authored
-
Maciej Kwiek authored
Fix(helm): fix the bug of helm search --regexp
-
Matthew Fisher authored
update link to roadmap
-
Taylor Thomas authored
Load StorageClass before PersistentVolume is loaded.
-
Taylor Thomas authored
Install docs change
-
Taylor Thomas authored
Add the status of pod when using "Helm status" command, as the issue #2318
-
- 27 Sep, 2017 2 commits
-
-
Maxim Ivanov authored
-
Maxim Ivanov authored
Kind can change it's APIVersion with time, such as "Deployment" which was "extensions/v1beta1" and then migrated to "apps/v1beta1" in Kube 1.6. Name, Kind and optinally Namespace are used to find relevant Info object for a original resource which is being upgraded, it safe enough, as it is uniquely identifies an object.
-
- 26 Sep, 2017 2 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
This reverts commit edd4e561.
-