- 28 Oct, 2017 3 commits
-
-
Taylor Thomas authored
Dependencies installation doc
-
Taylor Thomas authored
Add docs clarification to resolve #3046
-
Taylor Thomas authored
Update using_helm.md
-
- 26 Oct, 2017 1 commit
-
-
Yagnesh Mistry authored
add version flag to tiller binary * TODO comment on tiller.go
-
- 25 Oct, 2017 5 commits
-
-
Neil Moore authored
-
Neil Moore authored
-
Neil Moore authored
Update
-
Matthew Fisher authored
docs: Using Helm in Openshift Kubernetes distribution
-
Gabriel Miretti authored
-
- 23 Oct, 2017 3 commits
-
-
Taylor Thomas authored
docs(tiller): Adds documentation for secret backend
-
Adam Reese authored
-
Matthew Fisher authored
fix circle not building tags
-
- 20 Oct, 2017 5 commits
-
-
Matthew Fisher authored
CircleCI recently skipped building tags by default, so we need to explicitly enable it. See https://circleci.com/docs/2.0/configuration-reference/#tags
-
Matthew Fisher authored
Adding documentation on $ variable scope
-
Michael Venezia authored
as requested
-
Michael Venezia authored
-
Jacob Tomlinson authored
There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional.
-
- 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 3 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
-
John Iacona authored
Add explanation of persistence behavior of `--set`
-
- 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 2 commits
-
-
Matthew Fisher authored
fix(semver): fixed edge cases that do not match prerelease
-
Taylor Thomas authored
Adds documentation for running `tiller` with the new secrets backend added in #2721
-
- 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
-