Commit graph

27 commits

Author SHA1 Message Date
Adnan Abdulhussein
f8b2c5eb57 fix(create): incorrect URL in default NOTES.txt 2017-05-02 19:15:18 +01:00
Matthias Thubauville
ce505f16e6 Fix indent for defaultDeployment 2017-04-19 09:50:11 +02:00
Scott Rigby
5bdcbee9af Change secret name to something more standard 2017-04-08 23:17:51 -04:00
Scott Rigby
2be4547d13 Change to hosts array, and parameterize serviceName and servicePort 2017-04-08 23:17:23 -04:00
Scott Rigby
22cec7cdc1 Fix spacing 2017-03-25 20:01:08 -04:00
Scott Rigby
37fd7df627 chartutil create ingress example 2017-03-25 17:42:37 -04:00
z00358552
b0d4cacd54 fix(helm) change name length limit to 63 for helm create
since kubernetes 1.4, the upper limit for resource name is 63 characters,
so it is better to change the template when running `helm create` accordingly.
2017-01-17 15:51:31 +08:00
Lachlan Evenson
2e0f949d49
bugfix(tiller): replace + with - in Chart version to support Kubernetes constraint 2017-01-11 11:21:14 -08:00
John Hofman
c38fb120bf fix(helm): add trimSuffix to helper functions 2016-12-05 10:01:25 +01:00
Matt Butcher
5517d00a48 Merge pull request #1547 from technosophos/feat/packs
feat(helm): support 'helm create --starter=mypack'
2016-11-22 17:44:48 -07:00
Matt Butcher
784a339627
feat(helm): support 'helm create --pack=mypack'
This adds support for packs, pre-configured chart patterns that can be
used to quickly create a custom layout for your new chart.
2016-11-22 16:27:54 -07:00
Matt Butcher
0a163a2a3a
fix(helm): helm create will not overwrite existing files
It will ignore files if they exist, and create files if they were
missing.

Closes #1515
2016-11-14 11:49:19 -07:00
Sebastian Mandrean
b3d45aef7a fix(1516): use correct value reference in boilerplate NOTES.txt 2016-11-06 22:44:25 +01:00
Vic Iglesias
4179282760 Dont use privileged port in port-forward of default chart 2016-11-01 16:14:45 -07:00
Vic Iglesias
5af08fa5b5 Fix labels in NOTES.txt 2016-11-01 16:10:58 -07:00
Vic Iglesias
8527f2f96c Use chart name for container name 2016-11-01 16:09:15 -07:00
Vic Iglesias
156d706dd1 Use internal port for health check 2016-11-01 16:08:20 -07:00
Vic Iglesias
665615f30f Remove **** from default notes 2016-10-26 09:34:11 -07:00
Vic Iglesias
2b2e1d59c8 Simplify final logic block in create 2016-10-26 09:32:40 -07:00
Vic Iglesias
06d9ccd038 Fix formatting 2016-10-25 17:52:16 -07:00
Vic Iglesias
8d867657bb Add resources and probes 2016-10-25 17:45:08 -07:00
Vic Iglesias
4120e67240 Add deployment, service and NOTES to create 2016-10-25 17:26:47 -07:00
Matt Butcher
2e95230b30 fix(helm): fix helmignore evaluation of dirs
This adds a few extra settings to the default .helmignore file. In
doing this, I found a bug that some directory patterns are not
evaluated correctly. Fixed that and added tests.

Closes #989
Closes #1027
2016-08-05 15:50:02 -06:00
Matt Butcher
e757b24aed fix(*): add license header 2016-06-22 12:28:45 -06:00
Matt Butcher
713020359b feat(pkg/ignore): add helmignore library
This adds support for .helmignore files. These files roughly follow
the conventions established for .gitignore files:
https://git-scm.com/docs/gitignore

Closes #748
2016-06-15 13:00:42 -06:00
Matt Butcher
377a43385e fix(*): fixed import paths 2016-06-06 21:21:36 -06:00
Matt Butcher
ebd81152dd fix(helm): update 'helm create' to use YAML. 2016-06-06 21:13:48 -06:00