Commit Graph

135 Commits (8e5d77d2fa700dc65e6f677e280c4b695f715c58)

Author SHA1 Message Date
Reinhard Nägele 76e6e15a0c Add comment on resources
8 years ago
Reinhard Nägele 51923e54b1 Improve 'helm create'
8 years ago
Taylor Thomas e3250e3319 Merge pull request #2534 from sushilkm/issues/2508
8 years ago
Sushil Kumar 716be14ad3 Updated code to read requirements.yaml as per following structure
8 years ago
Sushil Kumar 541d052202 First alias would be dependency rename
8 years ago
Justin Scott 40052d3e8f fix(helm): remove unnecessary values merge in processImportValues
8 years ago
Sushil Kumar 42aa81e7ca Added tests for alias(es) for chart dependencies
8 years ago
Sushil Kumar 34f9c67e04 Shallow copy existing chart details
8 years ago
Sushil Kumar 156d48bc3b Adds alias for dependencies
8 years ago
lead4good bb4be33331 fixed fromYaml | toJson
8 years ago
Adnan Abdulhussein f8b2c5eb57 fix(create): incorrect URL in default NOTES.txt
8 years ago
Matt Butcher 46035c35c4
fix(tiller): fix TOML panic
8 years ago
Matthias Thubauville ce505f16e6 Fix indent for defaultDeployment
8 years ago
Sushil Kumar 99065aa331 Validates chart-dir before running dependency list command
8 years ago
Taylor Thomas d03311b45a Merge pull request #2188 from scottrigby/chartutil-ingress-example
8 years ago
Matt Butcher 19b111b123
fix(helm): fix nil pointer in requirements.go
8 years ago
Adam Reese 85c41ef11a ref(*): kubernetes v1.6
8 years ago
Scott Rigby 5bdcbee9af Change secret name to something more standard
8 years ago
Scott Rigby 2be4547d13 Change to hosts array, and parameterize serviceName and servicePort
8 years ago
Justin Scott 8c720ee2c2 fix (pkg/chartutil): correctly parse input values for ProcessRequirementsEnabled
8 years ago
Justin Scott 75ea566413 Correct indention of YAML field in subchartB
8 years ago
Justin Scott 31e57d8921 Remove commented code
8 years ago
Justin Scott 3bf143f052 Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field.
8 years ago
Justin Scott 7ea4d8c7c4 Refactor so parent's values win
8 years ago
Justin Scott 4a5721fb36 Fixup style and errors
8 years ago
Justin Scott 007bb9dbae Implement 'exports' convetion for simple list items
8 years ago
Justin Scott 2bd4d1d003 Cleanup old todo, unused log and value for ImportValues feature
8 years ago
Justin Scott d1424f6c08 Handle missed error and make error messages unique
8 years ago
Justin Scott 0e81899f5f WIP feat(helm): import child values to parent
8 years ago
Scott Rigby 22cec7cdc1 Fix spacing
8 years ago
Scott Rigby 37fd7df627 chartutil create ingress example
8 years ago
Matt Butcher df827ab738 Merge pull request #2050 from jackzampolin/jz-to-toml
8 years ago
Jack Zampolin fc60d51be9 Add toToml function
8 years ago
Matthew Fisher de6fb23e7a expose LoadFiles as a usable function
8 years ago
Maxim Ivanov edd4e56112 fix(helm): resolve symlinks when loading chart
8 years ago
YuviPanda cd7275069e Use backtick quotes to avoid excess escaping
8 years ago
YuviPanda 97a655d225 Add tests for ToJson
8 years ago
YuviPanda 5c52fe6ad6 Add ToJson and FromJson template functions
8 years ago
Justin Scott 17c6ae61da feat(helm): re-enable log warnings for tags and conditions
8 years ago
Justin Scott fe864ad699 feat(helm): remove logging of tags/condition warnings to pass ci
8 years ago
Justin Scott 58c8aca1cc feat(helm): fixup if/ele,remove extra string casts, add comments
8 years ago
Justin Scott 004c5bcc88 feat(helm): fix condition when no requirements.yaml exists during tag/condition processing
8 years ago
Justin Scott faae1f68b6 feat(helm): Check len of correct slice
8 years ago
Justin Scott 8ef733ca7d feat(helm): add conditions and tags
8 years ago
z00358552 b0d4cacd54 fix(helm) change name length limit to 63 for `helm create`
8 years ago
Lachlan Evenson 4d5cf66308
removed Version from create tests as output schema and values aren't tested
8 years ago
Lachlan Evenson 2e0f949d49
bugfix(tiller): replace + with - in Chart version to support Kubernetes constraint
8 years ago
Matt Butcher cb0a6c7e07
feat(tiller): add {{.Capabilities}} object
8 years ago
Matt Butcher 090e00ddf8 Merge pull request #1686 from kubernetes/feat/1604-fromyaml
8 years ago
Euan Kemp 25f74989a5 fix(chartutil): improve 'missing name' error
8 years ago