- 20 Apr, 2018 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 19 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 18 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 17 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 06 Apr, 2018 1 commit
-
-
Steffen Windoffer authored
-
- 05 Apr, 2018 2 commits
-
-
Erik Sundell authored
-
Erik Sundell authored
`toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
-
- 03 Apr, 2018 1 commit
-
-
Zack Williams authored
-
- 27 Mar, 2018 1 commit
-
-
adshmh authored
* fix(helm): fix golint warning due to ApiVersionV1 constant name Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to ResolveChartVersionAndGetRepo comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warnings on HttpGetter type and SetCredentials method missing a comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm):fix golint warning due to comment on FindChartInAuthRepoURL function Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to RepoFile type name Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to ParseString comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 24 Feb, 2018 1 commit
-
-
Jean-Philippe Courson authored
-
- 11 Feb, 2018 1 commit
-
-
Thibaut Rousseau authored
-
- 10 Feb, 2018 1 commit
-
-
oilbeater authored
-
- 16 Jan, 2018 1 commit
-
-
Matt Farina authored
Prior to this, using the semver template functions with the full version, which is represented in the GitVersion, was not possible for helm template and lint commands because the property was not populated by default. This update adds default handling. Closes #3349
-
- 12 Jan, 2018 1 commit
-
-
Reinhard Nägele authored
* Add template for chart name * Use named ports and simplify service configuration * Add affinity * Add tolerations * Use 'with' statements where possible * Enhance ingress * Add fullnameOverride to fullname template
-
- 08 Jan, 2018 1 commit
-
-
Matthew Fisher authored
* refactor symWalk() into pkg/sympath * add Go copyright * remove dead code
-
- 05 Jan, 2018 1 commit
-
-
Adam Reese authored
-
- 01 Jan, 2018 1 commit
-
-
Brad Beam authored
This adds support for changing '<CHARTNAME>' occurances in starter chart to the destination chart name
-
- 14 Dec, 2017 1 commit
-
-
Nauris Sadovskis authored
-
- 23 Nov, 2017 2 commits
-
-
Johnny Bergström authored
Continue walking symlinks to be able to use them for sub-charts. Useful when not specifying requirements but still want to share charts locally.
-
Alexandr Burdiyan authored
Closes #1186
-
- 22 Nov, 2017 1 commit
-
-
Johnny Bergström authored
When the first rule matching entry for top level dir will be empty string, the .* rule will match. Skip this entry as it's not needed for processing.
-
- 10 Nov, 2017 1 commit
-
-
Maxime Guyot authored
-
- 06 Oct, 2017 1 commit
-
-
Dhilip authored
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates * Update Doc * Update example
-
- 26 Sep, 2017 2 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
This reverts commit edd4e561.
-
- 18 Sep, 2017 2 commits
- 11 Sep, 2017 2 commits
-
-
Kazuki Suda authored
This commit adds --kube-version flag to helm template. It allows you to override the Kubernetes version used as Capabilities.KubeVersion.Major/Minor (e.g. 1.7).
-
Kazuki Suda authored
-
- 08 Sep, 2017 1 commit
-
-
Amanda Cameron authored
-
- 07 Sep, 2017 2 commits
-
-
llsheldon authored
The alias functionality only works when a hardcoded version is used. Any use of semver logic causes unexpected behavior. I use version.IsCompatibleRange to check the dependency version. Closes #2794
-
Adnan Abdulhussein authored
cc @james-w
-
- 29 Aug, 2017 1 commit
-
-
Justin Scott authored
This adds the functionality from the helm-template plugin to allow the rendering of templates without Tiller. Closes #2755
-
- 16 Aug, 2017 1 commit
-
-
Kira authored
* feat(2450): add options to chart metadata
-
- 09 Aug, 2017 1 commit
-
-
Maxime Guyot authored
-
- 27 Jul, 2017 1 commit
-
-
Miouge1 authored
Following the instructions to simply uncomment the following lines results in a invalid yaml output
-
- 20 Jul, 2017 1 commit
-
-
Sam Leavens authored
Reduce comment spacing to single tab.
-