- 06 Nov, 2018 5 commits
-
-
Timothy Hobbs authored
Signed-off-by: Timothy Hobbs <timothy@hobbs.cz>
-
Mike Garuccio authored
Added `--classic` to the snap install command. Signed-off-by: Mike Garuccio <mgaruccio@gmail.com>
-
Dr Nic Williams authored
Signed-off-by: Dr Nic Williams <drnicwilliams@gmail.com>
-
Sean Eagan authored
Remove the engine `currentTemplates` field which was shared state across threads and thus not thread safe, and instead just pass these reference templates as parameters down recursively. Closes #4819 Signed-off-by: Sean Eagan <sean.eagan@att.com>
-
Daniel M Barlow authored
Signed-off-by: Daniel M Barlow <danielmbarlow@gmail.com>
-
- 01 Nov, 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>
-
- 31 Oct, 2018 8 commits
-
-
Adam Reese authored
ref(kube): use external api types where possible
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
Zachary Seguin authored
Signed-off-by: Zachary Seguin <zachary@zacharyseguin.ca>
-
Matt Rasmus authored
While investigating a tiller crash on v2.10.0 (see recent comments in #3125), I pulled down the code and wrote a test replicating the crash I was experiencing. I then realized that the crash had been fixed, and was able to locate the fix in #4630 after running a quck bisect. Since there don't appear to be any tests that cover this crash, and I had written one myself, I figured I might as well put up a PR for it. Here's what the test failure on v2.10.0 looks like: ``` -- FAIL: TestUpdateReleasePendingInstall_Force (0.00s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0x1d128d8] goroutine 235 [running]: testing.tRunner.func1(0xc420493c20) /usr/local/Cellar/go/1.10/libexec/src/testing/testing.go:742 +0x29d panic(0x1eb8d80, 0x2a12db0) /usr/local/Cellar/go/1.10/libexec/src/runtime/panic.go:505 +0x229 k8s.io/helm/pkg/tiller.(*ReleaseServer).performUpdateForce(0xc4208210b0, 0xc4202c6dc0, 0x0, 0x0, 0x2174220) /Users/mattrasmus/go/src/k8s.io/helm/pkg/tiller/release_update.go:166 +0x188 k8s.io/helm/pkg/tiller.(*ReleaseServer).UpdateRelease(0xc4208210b0, 0x2191780, 0xc420820f30, 0xc4202c6dc0, 0x29aeb90, 0x38, 0x2d2) /Users/mattrasmus/go/src/k8s.io/helm/pkg/tiller/release_update.go:43 +0x245 k8s.io/helm/pkg/tiller.TestUpdateReleasePendingInstall_Force(0xc420493c20) /Users/mattrasmus/go/src/k8s.io/helm/pkg/tiller/release_update_test.go:549 +0x120 testing.tRunner(0xc420493c20, 0x20e5c70) /usr/local/Cellar/go/1.10/libexec/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/Cellar/go/1.10/libexec/src/testing/testing.go:824 +0x2e0 FAIL k8s.io/helm/pkg/tiller 0.118s ``` Signed-off-by: Matt Rasmus <mrasmus@betterworks.com>
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com> (cherry picked from commit 3a551d01)
-
Matt Farina authored
Update circleCI badge to more consistent shield.
-
Matt Farina authored
Update quickstart.md
-
Maor Friedman authored
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
-
- 30 Oct, 2018 1 commit
-
-
Bartel Sielski authored
Signed-off-by: Bartel Sielski <bsielski@nalys-group.com>
-
- 25 Oct, 2018 1 commit
-
-
masahiro authored
Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp>
-
- 24 Oct, 2018 1 commit
-
-
Louis-Etienne authored
Signed-off-by: Louis-Etienne Dorval <ledor473@hotmail.com>
-
- 19 Oct, 2018 2 commits
-
-
Marc Khouzam authored
* Update Contributing.md to remove mention of CLA Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca> * Add hyperlink to git page in CONTRIBUTING.md Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
Alpha authored
Signed-off-by: Alpha <jhexe2002@gmail.com>
-
- 18 Oct, 2018 4 commits
-
-
Morten Torkildsen authored
Update of the client-go package changed the status output to only include the age of resources. The new printer in client-go only formats the output to include details of specific resources if the internal representation of resources are passed into the printer. This PR updates helm to convert resources to the internal type before printing. Closes #4712 Signed-off-by: Morten Torkildsen <mortent@google.com>
-
JJ Asghar authored
Updated the MySQL release, and put more output that gets sent to STDOUT with `helm install stable/mysql` Signed-off-by: JJ Asghar <jja@ibm.com>
-
Marc Khouzam authored
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
mgresser authored
Signed-off-by: Mischa Gresser <mgresser@dstillery.com>
-
- 17 Oct, 2018 1 commit
-
-
Martin Hickey authored
* Add test template example for helm create As helm create ganerates an nginx chart, the example is based on https://github.com/helm/helm/blob/master/docs/examples/nginx/templates/ service-test.yaml Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com> * Update after review - https://github.com/helm/helm/pull/4524#pullrequestreview-155183390 - https://github.com/helm/helm/pull/4524#pullrequestreview-155379922 - Fix where app.kubernetes.io/instance was incorrect in service selector Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com> * Add doc update Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com> * Update GO formatting Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
- 16 Oct, 2018 1 commit
-
-
Anumita Shenoy authored
* feat(helm): add $HELM_KEY_PASSPHRASE environment variable for signing helm charts If $HELM_KEY_PASSPHRASE is set then helm package sign command will not prompt the user to enter the passphrase for the private key Signed-off-by: Anumita Shenoy <ansheno@microsoft.com> * docs(helm): added documentation for HELM_KEY_PASSPHRASE Added description for HELM_KEY_PASSPHRASE Signed-off-by: Anumita Shenoy <ansheno@microsoft.com>
-
- 13 Oct, 2018 2 commits
-
-
Etienne authored
Signed-off-by: Etienne Tremel <etienne.tremel@container-solutions.com>
-
Thomas Yuan authored
Signed-off-by: Thomas Yuan <thomas@cppcoder.net>
-
- 12 Oct, 2018 1 commit
-
-
Matt Tucker authored
Signed-off-by: Matt Tucker <ultimateboy@gmail.com>
-
- 11 Oct, 2018 4 commits
-
-
Adam Reese authored
fix paths in the ingress template and values file written by helm create
-
Adam Reese authored
Add the `.vscode` folder to the `.helmignore` file
-
Adam Reese authored
Remove redundant nil checks
-
Adam Reese authored
ref(*): kubernetes v1.12 support
-
- 10 Oct, 2018 1 commit
-
-
Rijnard van Tonder authored
Signed-off-by: Rijnard van Tonder <hi.teresy@gmail.com>
-
- 09 Oct, 2018 1 commit
-
-
Martin Hickey authored
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
- 06 Oct, 2018 2 commits
-
-
Ryan Smith authored
The shield badge matches the go report and godoc badges. Signed-off-by: RPSeq <ryan.smith.p@gmail.com>
-
Florian Rusch authored
Signed-off-by: Florian Rusch <git@florianrusch.de>
-
- 04 Oct, 2018 1 commit
-
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
- 01 Oct, 2018 1 commit
-
-
adshmh authored
Use 'apps/v1' as the apiVersion field for the deployment.yaml written by the 'helm create' command, rather than the deprecated 'apps/v1beta2'. Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-