- 10 Jan, 2019 2 commits
-
-
Axel Köhler authored
Signed-off-by: Axel Köhler <koehler.ax3l@gmail.com>
-
Matthew Fisher authored
(cherry picked from commit 65755794) Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 09 Jan, 2019 1 commit
-
-
JoeWrightss authored
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
-
- 08 Jan, 2019 1 commit
-
-
Eric Thiebaut-George authored
* 5138 Recommended using crd-install instead of pre-install Signed-off-by: Eric Thiebaut-George <ethiebautgeorge@tycoint.com> * 5138 Updated section title Signed-off-by: Eric Thiebaut-George <ethiebautgeorge@tycoint.com>
-
- 03 Jan, 2019 2 commits
-
-
Taylor Thomas authored
doc(release_checklist): Adds steps for categorizing changelogs
-
Taylor Thomas authored
Closes #5119 Also includes some formatting fixes to wrap lines at 80 chars Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
-
- 23 Dec, 2018 1 commit
-
-
Maor Friedman authored
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
-
- 21 Dec, 2018 1 commit
-
-
ejether authored
* autohelm we renamed to reckoner for copyright concerns. This commit renames autohelm in the documentation Signed-off-by: EJ Etherington <ej@reactiveops.com> * moving to be in alphabetical order Signed-off-by: EJ Etherington <ej@reactiveops.com>
-
- 19 Dec, 2018 1 commit
-
-
Matthew Fisher authored
This reverts commit e2a0e7fa. Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 18 Dec, 2018 2 commits
-
-
Justin Scott authored
Fix(helm): Use spaces in ingress template
-
Alex Humphreys authored
The rest of the ingress template was using spaces, just these two lines were tabs. Signed-off-by: Alex Humphreys <alex.humphreys@here.com>
-
- 16 Dec, 2018 1 commit
-
-
Adam Reese authored
chore(deps): bump kubernetes to v1.13.1
-
- 14 Dec, 2018 4 commits
-
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
Taylor Thomas authored
Renaming Issue Templates correctly and adding a pull request template
-
JoeWrightss authored
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
-
Kévin Dunglas authored
Signed-off-by: Kévin Dunglas <dunglas@gmail.com>
-
- 12 Dec, 2018 1 commit
-
-
Ben Tyler authored
Signed-off-by: Ben Tyler <benjamin.tyler@booking.com>
-
- 08 Dec, 2018 2 commits
-
-
Adam Reese authored
ref(*): kubernetes v1.13 support
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
- 06 Dec, 2018 1 commit
-
-
Taylor Thomas authored
Remove k8s.io/kubernetes deps for simple pod and svc util methods
-
- 05 Dec, 2018 13 commits
-
-
tariqibrahim authored
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
Frank Hamand authored
* Refactor test run to separate method This will allow us to parallelise it more easily Signed-off-by: Frank Hamand <frankhamand@gmail.com> * Add --parallel flag to helm test (No functionality in this commit) Signed-off-by: Frank Hamand <frankhamand@gmail.com> * Run helm tests in parallel with --parallel flag Signed-off-by: Frank Hamand <frankhamand@gmail.com> * Add a mutex to helm test message streams This is to protect against data races when running tests in parallel. Signed-off-by: Frank Hamand <frankhamand@gmail.com> * Add tests for --parallel flag Signed-off-by: Frank Hamand <frankhamand@gmail.com> * Add concurrency limit for parallel helm tests Signed-off-by: Frank Hamand <frankhamand@gmail.com> * Add test for concurrency limit Signed-off-by: Frank Hamand <frankhamand@gmail.com> * Fix rebase introduced errors Signed-off-by: Frank Hamand <frankhamand@gmail.com>
-
Helgi Þormar Þorbjörnsson authored
* Return empty string instead of nil when linting on required This allows lint to work in scenarios when required is used in secrets or it's output is passed to another function. Due to lint mode no longer failing on missing value in required it is passing nil through which not all functions can accept. Fixes #4747 Signed-off-by: Helgi Þorbjörnsson <helgith@gmail.com> * Apply suggestions from code review Co-Authored-By: helgi <70530+helgi@users.noreply.github.com> Signed-off-by: Helgi Þorbjörnsson <helgith@gmail.com> * Add tests Signed-off-by: Helgi Þorbjörnsson <helgith@gmail.com>
-
Henry Nash authored
Make the current check for the number of templates on create more resilient by using a varible to store the expected number of templates. In addition, fix the error message so that it displays the correct number expected of templates. Closes #5009 Signed-off-by: Henry Nash <henry.nash@uk.ibm.com>
-
Henry Nash authored
Provide comment for constant to avoid golint warning. Closes #5020 Signed-off-by: Henry Nash <henry.nash@uk.ibm.com>
-
Taylor Thomas authored
ref(kube): Gets rid of superfluous Sprintf call
-
tariqibrahim authored
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
Henry Nash authored
This change adds a mention to the reqruiement for commit signing to the Git Convention outline in the Developer Guide, while leaving the existing detail on signing in the Contributing doc. Closes #5016 Signed-off-by: Henry Nash <henry.nash@uk.ibm.com>
-
Taylor Thomas authored
Signed-off-by: Taylor Thomas <thomastaylor312@gmail.com>
-
Taylor Thomas authored
fix(helm): Fix line breaks when printing custom resources
-
Taylor Thomas authored
fix(helm): Print details for pod resource
-
Taylor Thomas authored
Charts docs clean-up
-
įoнииγ įoнииγ authored
This is probably a silly PR. However, each time I create a new chart via `helm create`, the instructions to uncomment the resource limits require adding a couple extra spaces back to the YAML. This PR simply brings the spacing in-line with the rest of the generated template. Signed-off-by: John Dewey <john@dewey.ws>
-
- 04 Dec, 2018 2 commits
-
-
Florent Monbillard authored
- Address #4998, #5000, #5001 and #5002 - Fix Markdown syntax for code blocks Signed-off-by: Florent Monbillard <f.monbillard@gmail.com>
-
Tariq Ibrahim authored
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
- 30 Nov, 2018 1 commit
-
-
Martin Hickey authored
Closes #4736 Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
- 29 Nov, 2018 2 commits
-
-
Morten Torkildsen authored
Currently the code that handles hooks uses a builder that creates the versioned types rather than unstructured. This results in an error whenever a custom resource is used in the hook as the type will not be registered in the scheme used in Helm. This changes this to use a builder that created unstructured resources and only converts to the versioned type when needed. Signed-off-by: Morten Torkildsen <mortent@google.com>
-
Michael Merrill authored
Signed-off-by: mmerrill3 <michael.merrill@vonage.com>
-
- 28 Nov, 2018 2 commits
-
-
Tariq Ibrahim authored
* avoid kubernetes import for slice contains logic Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com> * fix review comments Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
Taylor Thomas authored
fix(storage): when pruning release versions, never delete the last deployed revision
-