- 07 Sep, 2018 3 commits
-
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 04 Sep, 2018 1 commit
-
-
Fabian Ruff authored
* Avoid importing k8s.io/kubernetes from pkg/helm When writing a helm client (e.g. a helm plugin) that talks to tiller importing k8s.io/helm/pkg/helm to get the grpc client is key. This pkg should not have a dependency to the k8s.io/kubernetes to avoid pulling in a lot of code that is only used within tiller and blow up binary sizes. Signed-off-by: Fabian Ruff <fabian@progra.de> * Add references to pull request in errors message Signed-off-by: Fabian Ruff <fabian@progra.de> * copy helper function from pkg/storage/driver Signed-off-by: Fabian Ruff <fabian@progra.de> * Move storage errors to seperate package Signed-off-by: Fabian Ruff <fabian@progra.de> * Keep old error variables for backward compatibility Signed-off-by: Fabian Ruff <fabian@progra.de>
-
- 03 Sep, 2018 1 commit
-
-
Christian Köberl authored
Signed-off-by: Christian Koeberl <christian.koeberl@gmail.com>
-
- 02 Sep, 2018 2 commits
-
-
Matthew Fisher authored
New helm notes command to display notes provided by a release's chart
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 01 Sep, 2018 6 commits
-
-
Matthew Fisher authored
feat(helm): add ability to sort release list by chart name
-
Matthew Fisher authored
Fix init wait on tls
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
aswinkarthik authored
This will fix the bug where 'helm init --wait' fails when TLS is used. Signed-off-by: aswinkarthik <aswinkarthik93@gmail.com>
-
Matthew Fisher authored
Do not fail linting because of missing 'required' template values
-
Matthew Fisher authored
Flesh out the fake client even more
-
- 31 Aug, 2018 1 commit
-
-
Matthew Fisher authored
Add containerized options for tests in Makefile
-
- 27 Aug, 2018 3 commits
-
-
Michelle Noorali authored
Moving from CLA to DCO in contribution guide
-
Matthew Fisher authored
feat(helm): hiding password input on terminal
-
roc authored
When using "helm repo add" with "--username" and without "--password", hide user's input with a password prompt. This allows users to not expose their passwords to the command line history.
-
- 26 Aug, 2018 1 commit
-
-
mattjmcnaughton authored
Add an option to run the `test-unit`, `test-style`, and `test` steps from the `Makefile` insides of a docker container. Doing so isolates this component of helm development from any other aspect of your global go environment. These commands all have the name `docker-*`. Long term, there may be reproducibility benefits to running all of the Make steps in a container by default, in which case `containerized-test-unit` could become `test-unit`.
-
- 24 Aug, 2018 14 commits
-
-
Matthew Fisher authored
Improve documentation for helm upgrade (#4030)
-
smurfralf authored
-
smurfralf authored
Expand and clarify documentation for `helm upgrade` to include nuances of command line values setting. Fixes issue #4030
-
Matthew Fisher authored
Fix typo in message.go
-
Jon Huhn authored
-
Adam Reese authored
Allow zsh completion to be autoloaded by compinit
-
Taylor Thomas authored
Fix helm create note for k8 label convention changes
-
Taylor Thomas authored
add Tillerless Helm blog post and plugin references
-
Matthew Fisher authored
docs: Messages are encrypted when using client-tiller TLS
-
Tim Hobbs authored
When helm client and tiller use TLS their messages are encrypted, not unencrypted ;)
-
Matt Farina authored
Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Martin Hickey authored
Update to note as per changes in Issue #4335 . Otherwise cannot retrieve the pod with the label names.
-
Matthew Fisher authored
docs: remove extraneous "it"
-
Dustin Specker authored
-
- 21 Aug, 2018 1 commit
-
-
Adam Reese authored
ref(*): kubernetes v1.11 support
-
- 20 Aug, 2018 4 commits
-
-
Matt Farina authored
Updating to the k8s label convention
-
Matt Farina authored
-
Matt Farina authored
docs(README): Updating for Helm in CNCF
-
Matt Farina authored
-
- 17 Aug, 2018 3 commits
-
-
Matthew Fisher authored
strip out all extra lines other than the first for parsing
-
Matthew Fisher authored
-
Matthew Fisher authored
Fix typo in parser.go
-