- 22 Jan, 2019 1 commit
-
-
Patrick Lang authored
* update nginx example to work multi-arch Signed-off-by: Patrick Lang <patrick.lang@hotmail.com> * Fix alpine to use a multiarch tag Signed-off-by: Patrick Lang <patrick.lang@hotmail.com>
-
- 21 Jan, 2019 2 commits
-
-
Matthew Fisher authored
As noted in Slack by a community member, release names with periods are considered usable. Switching to RFC 1123 subdomain verification continues to block bad release names like BAD_NAME, but allows names like good.name to continue working. Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Koichi Shiraishi authored
The 'cmd/helm/delete.go' file permission is 755, change to same as another file. Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
-
- 17 Jan, 2019 1 commit
-
-
Deepak Sattiraju authored
Signed-off-by: ds-ms <desattir@microsoft.com>
-
- 16 Jan, 2019 2 commits
-
-
Michelle Noorali authored
#2715 add child NOTES.txt rendering
-
Jon Leonard authored
Signed-off-by: Jon Leonard <jon.leonard@sanofi.com>
-
- 14 Jan, 2019 1 commit
-
-
Matt Butcher authored
* fix: perform extra validation on paths in tar archives Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * fix: Cover a few Windows cases and also remove a duplicate tar reader Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * fix: removed debug output Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * fix: Expand again preserves the files verbatim Also added tests for Expand Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * fix: add license block and remove println Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
-
- 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>
-