- 20 Oct, 2017 1 commit
-
-
Michael Venezia authored
-
- 19 Oct, 2017 2 commits
-
-
Matthew Fisher authored
Small change in README.md
-
Marcin Brański authored
There should be a colon because it precedes an explanation or an enumeration, or list.
-
- 18 Oct, 2017 2 commits
-
-
Matthew Fisher authored
Working on Fedora release 25 - kubeadm v1.7.0 - kubelet v1.8.1
-
Drew Hunt authored
Tested: - Installing/deleting Chart - Chart upgrade and Chart rollback
-
- 16 Oct, 2017 1 commit
-
-
Matthew Fisher authored
Fix a small typo in `yaml_techniques.md`
-
- 15 Oct, 2017 1 commit
-
-
Edward Medvedev authored
Fix a typo: `coffess`.
-
- 13 Oct, 2017 1 commit
-
-
Matthew Fisher authored
fix(semver): fixed edge cases that do not match prerelease
-
- 12 Oct, 2017 9 commits
-
-
Matthew Fisher authored
pin golang.org/x/sys to master
-
Matthew Fisher authored
-
Matthew Fisher authored
fixes issues seen in master with `make build-cross` for windows
-
Michael Venezia authored
Document how to add an image pull secret in Helm Provide an example of how to take an image registry, user name, and password and prepare a Secret that can be used by a pod to pull a protected container image.
-
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 3 commits
-
-
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
-
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 1 commit
-
-
Matthew Fisher authored
Avoid panics if test is failing
-