Commit graph

2853 commits

Author SHA1 Message Date
Justin Scott
3bf143f052 Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field. 2017-03-31 10:19:08 -07:00
Justin Scott
1a8e728ed9 Update docs with details about exports 2017-03-31 10:19:08 -07:00
Justin Scott
7ea4d8c7c4 Refactor so parent's values win 2017-03-31 10:19:08 -07:00
Justin Scott
4a5721fb36 Fixup style and errors 2017-03-31 10:19:08 -07:00
Justin Scott
007bb9dbae Implement 'exports' convetion for simple list items 2017-03-31 10:19:08 -07:00
Justin Scott
2bd4d1d003 Cleanup old todo, unused log and value for ImportValues feature 2017-03-31 10:19:08 -07:00
Justin Scott
d1424f6c08 Handle missed error and make error messages unique 2017-03-31 10:19:08 -07:00
Justin Scott
0e81899f5f WIP feat(helm): import child values to parent
Implements a mechanism in requirements.yaml to allow the import
and re-parenting of value table from child chart.

Closes #1995
2017-03-31 10:19:08 -07:00
Taylor Thomas
890b6f5627 Merge pull request #2200 from seh/sort-rbac-roles-and-bindings
Sort dependent RBAC role and binding kinds during installation and uninstallation
2017-03-29 20:00:01 -07:00
Taylor Thomas
f342a46abd Merge pull request #2198 from nokia/gitless_build
able to build without being in a git repository
2017-03-29 19:43:59 -07:00
Taylor Thomas
e03d605b88 Merge pull request #2194 from qwangrepos/bug-2103
fix(helm): local path in requirements.yaml relative to working dir
2017-03-29 19:32:35 -07:00
Steven E. Harris
7ccfc6d7d4 Sort dependent RBAC role and binding kinds
During installation and uninstallation, handle the RBAC-related
ClusterRole, ClusterRoleBinding, Role, and RoleBinding kinds in an
order that respects their potential referential integrity, namely that
ClusterRoleBindings can refer to ClusterRoles and ServiceAccounts, and
RoleBindings can refer to ClusterRoles, Roles, and ServiceAccounts.

Fixes #2199.
2017-03-29 17:31:21 -04:00
Gergo Huszty
2dc69cfdb0 able to build without being in a git repository 2017-03-29 14:27:23 +00:00
Qin Wang
e6b79e138b fix(helm): local path in requirements.yaml relative to working dir
closes bug: 2103
2017-03-28 22:03:00 -07:00
Taylor Thomas
b7af2e21e4 Merge pull request #2187 from johnw188/sortIndexOnDownload
fix(helm): Don't assume index.yaml is sorted
2017-03-28 19:59:01 -07:00
Taylor Thomas
e5d9676e30 Merge pull request #2191 from anubhavmishra/adding-object-type
fix(tiller): adding kind to tiller client logs
2017-03-28 18:42:42 -07:00
Anubhav Mishra
76ebf20aac fix(helm): fix typo 2017-03-28 16:32:05 -07:00
Anubhav Mishra
b208258f53 fix(helm): more quotation fixes 2017-03-28 16:20:17 -07:00
Anubhav Mishra
73fd0e4557 fix(tiller): now better formatting 2017-03-27 22:40:25 -07:00
Taylor Thomas
72b3032ea3 Merge pull request #2184 from Mario54/patch-1
Fix typo in chart guide
2017-03-27 18:31:27 -07:00
Anubhav Mishra
c17ce5f9c1 fix(tiller): adding kind to tiller client logs
Closes #2162
2017-03-26 01:11:41 -07:00
John Welsh
e42f39a114 Forgot gofmt 2017-03-25 03:24:32 -07:00
John Welsh
f4486d4858 fix(helm): Don't assume index.yaml is sorted
This change sorts the helm index file after downloading from a repo.

Closes #2186
2017-03-25 01:57:25 -07:00
Mario Lamontagne
694402a763 Fix typo in chart guide 2017-03-24 15:23:54 -04:00
Taylor Thomas
ea61ace808 Merge pull request #2156 from sushilkm/version-tests
Added unit tests
2017-03-23 20:11:08 -07:00
Sushil Kumar
cfd041eed5 Added unit tests
Added tests for:
- [ ] pkg/version/versions.go
- [ ] pkg/repo/repo.go
2017-03-23 16:11:01 -07:00
Matt Butcher
a34f2328f1 Merge pull request #2173 from derekperkins/patch-1
Add link to Quay App Registry
2017-03-23 14:31:16 -06:00
Derek Perkins
7cffe38f84 Add link to Quay App Registry 2017-03-23 14:04:56 -06:00
Matt Butcher
bce20c615a Merge pull request #2137 from technosophos/docs/cloud-academy
docs(related): add "Deploying Kubernetes Applications with Helm"
2017-03-23 12:09:27 -06:00
Brian
d7cb50bf91 Merge pull request #2144 from fibonacci1729/feat/helm-tls
helm (client/deployment) support for TLS
2017-03-22 15:07:36 -06:00
fibonacci1729
ad614b91a5 feat: helm support for TLS 2017-03-22 14:53:33 -06:00
Adam Reese
1c1bfb273c Merge pull request #2161 from adamreese/fix/disable-gosimple
fix(ci): disable gosimple
2017-03-22 13:25:01 -07:00
Adam Reese
41f7277615 fix(ci): disable gosimple
gosimple seems to be eating all memory in CircleCI.  Testing disabling
the check to see if CI builds.
2017-03-22 13:08:34 -07:00
Matt Butcher
e9e6dd3927 Merge pull request #2147 from bacongobbler/bump-glide
run glide up
2017-03-20 18:26:53 -06:00
Matthew Fisher
d2af400806 run glide up
A few bugs were fixed in ghodss/yaml since the last update.
2017-03-20 15:27:28 -07:00
Matt Butcher
386dc920f8 Merge pull request #2140 from lcharkiewicz/get-script-fix
Add to the 'get' script checking installed helm version before downloading latest release
2017-03-20 11:56:59 -06:00
Leszek Charkiewicz
0d399baec2 Add checking installed helm version before downloading latest release
This change prevents downloading the same version as already installed.
2017-03-19 23:11:28 +01:00
Matt Butcher
15576abd9a Merge pull request #2131 from bacongobbler/toyaml-funkiness
document toYaml syntax in --set for annotations
2017-03-17 16:54:25 -06:00
Matt Butcher
8108062543
docs(related): add "Deploying Kubernetes Applications with Helm"
Closes #2097
2017-03-17 13:56:42 -06:00
Brian
a21f010c6d Merge pull request #2132 from fibonacci1729/ref/installer
ref/installer: pass arguments in options struct to installer apis
2017-03-17 13:54:27 -06:00
fibonacci1729
efe5e2744b ref/installer: pass arguments in options struct to installer apis 2017-03-16 17:34:34 -06:00
Matthew Fisher
d44b7ada14 document toYaml syntax in --set for annotations 2017-03-16 15:02:25 -07:00
Adam Reese
1512a33293 Merge pull request #2123 from adamreese/ref/helmpath
ref(helmpath): simplify path building of helmpath
2017-03-16 11:30:09 -07:00
Matt Butcher
609276d940 Merge pull request #2121 from technosophos/feat/sprig-2.10.0
feat(tiller): update to Sprig 2.10.
2017-03-16 12:28:28 -06:00
Adam Reese
390217d416 ref(helmpath): simplify path building of helmpath 2017-03-15 22:00:43 -07:00
Matt Butcher
4f79469a72
feat(tiller): update to Sprig 2.10.
Closes #2087
2017-03-15 16:00:14 -06:00
Adam Reese
50f4c2bfd0 Merge pull request #2120 from adamreese/fix/2115-validate-labels
fix(tiller): enforce release name length on uninstall
2017-03-15 14:24:12 -07:00
Adam Reese
d4061b5b60 fix(tiller): enforce release name length on uninstall
If a selector is created from invalid values it will return nil.

Which is EVERYTHING!!!

closes: #2115
2017-03-15 14:10:44 -07:00
Adnan Abdulhussein
d127852833 Merge pull request #2107 from prydonius/feat/1963-deprecated-field
feat(proto): add deprecated field
2017-03-15 17:28:16 +00:00
Taylor Thomas
24eb6011b5 Merge pull request #2105 from cblecker/docs-clean-home
Add script to clean homedir out of docs
2017-03-14 21:51:13 -07:00