Commit Graph

287 Commits (bc2cd3c794aa50e4401a64bc499e2b914064f787)

Author SHA1 Message Date
Martin Hickey ecf4eda6c5 Fix scaffold chart label in helper template
7 years ago
Adam Reese 097834de0a
ref(pkg/chartutil): remove k8s version object dependency
7 years ago
Matt Farina 250b63eced
Updating the labels for consistency
7 years ago
Luis Davim 82ffe56ca6
Reduce template code duplication. Fixes #5372
7 years ago
Luis Davim 4425f86865
Add app.kubernetes.io/version label
7 years ago
Matt Farina af7eab0325
Updating to the k8s label convention
7 years ago
Martin Hickey f12c2a3111 Change the nginx app version to a set tag
7 years ago
Martin Hickey 0b809dd078 Validate library chart files after chart loaded
7 years ago
Martin Hickey 86c5e52ac4 Fix the image field for the scaffold chart application
7 years ago
Ian Howell ffff0e8c33 Feat/schema validation (#5350)
7 years ago
Matthew Fisher d3f0ac9343
ref(create): app version should be 0.1.0
7 years ago
Adam Reese e458a67f0c
ref(pkg/chart): add validation method to chart
7 years ago
Adam Reese 31819e4796
fix(pkg/chartutil): marshal capabilities VersionSet into slice
7 years ago
Adam Reese 87e789f01f
fix(pkg/chartutil): only include external objects in capabilities
7 years ago
Adam Reese 295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
7 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Adam Reese 849f27d11f
ref(pkg/engine): make template specific functions private
7 years ago
Martin Hickey ef4d2a6e65 Update after review
7 years ago
Matthew Fisher 95c865513f
fix appveyor builds (#4934)
7 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
7 years ago
Matt Butcher f3bfae5ea7
fix: fix a number of style errors (#5136)
7 years ago
Christian Koeberl 62533e2b0e fix(pkg/chartutil): conditions for alias and umrella charts (#3734)
7 years ago
Adam Reese 2b81eea1e2
ref(*): replace byte array with map for Release config
7 years ago
Adam Reese 6fc8c9e079
ref(pkg/chartutil): simplify chart dependency unit tests
7 years ago
Adam Reese 825b15c763
Merge pull request #4972 from adamreese/ref/chart-dependencies
7 years ago
Adam Reese 85aef0d3d7
ref(pkg/chart): rename Requirements to Dependencies
7 years ago
roc 79f88dfc5e ref(url) update helm's github url (#4962)
7 years ago
Adam Reese 9e1e26f01e
ref(pkg/chartutil): attempt to make requirements processing readable
7 years ago
Adam Reese 21259507bd
ref(*): rename requirements.lock to Chart.lock
7 years ago
Adam Reese f7a7a157ce
ref(*): merge requirement.yaml into Chart.yaml
7 years ago
Adam Reese 516c53dae6
ref(chart): use map for chart.Values
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
7 years ago
Adam Reese aa859e3f88
feat(*): remove Time, Namespace, and Revision from template functions
8 years ago
Adam Reese b1128abf4f
ref(*): s/tiller/helm/
8 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
8 years ago
Adam Reese 75c4df0b56
ref(tests): use golden files for testing command output
8 years ago
Adam Reese 36e034551f
ref(*): rebuild build version object
8 years ago
Adam Reese 29e772f631
ref(*): replace TillerVersion with HelmVersion
8 years ago
Adam Reese 4c95185164
ref(*): replace chart.config with []byte
8 years ago
Adam Reese c5a76deba3
ref(*): use go conventions for naming types
8 years ago
Adam Reese 36536d77ba
ref(*): remove protobuf any type
8 years ago
Adam Reese 91a6ebfed5
ref(*): remove protobuf timestamps
8 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
8 years ago
Adam Reese 68c0b6a24a
ref(proto): remove unused protobufs
8 years ago
Matthew Fisher 6f02d9e412
Merge pull request #3837 from consideRatio/toYaml-pr
8 years ago
Steffen Windoffer 8bd42d2645 remove unused servicePort from default ingress template
8 years ago
Erik Sundell 05a1f7f46c Updated tests for PR #3837
8 years ago
Erik Sundell 35132d141c toYaml - Fixes #3410 - trailing \n issue
8 years ago
Zack Williams 1d3ae54185 Fix #3822
8 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
8 years ago
Matthew Fisher b5af54d44c
Merge pull request #3567 from jumal/master
8 years ago
Matthew Fisher 86ae040bfa
Merge pull request #3491 from oilbeater/fix-defer-in-loop
8 years ago
Jean-Philippe Courson 5b77335415 Create missing directories when saving files in chartutil.SaveDir
8 years ago
Thibaut Rousseau a59d212512
docs: Fix FromJson comment
8 years ago
oilbeater 757db3a062 defer in loop may cause resource leak
8 years ago
Matthew Fisher 14c7be1f92
Merge pull request #3288 from bradbeam/starter
8 years ago
Matt Farina c359ea66ed
Merge pull request #3350 from mattfarina/fix/3349
8 years ago
Matt Farina d5a865b5f4
fix(capabilities): Adding GitVersion to default set
8 years ago
Reinhard Nägele f47e1619b0 Update initial chart experience
8 years ago
Matthew Fisher e1027fae73
refactor symWalk() into pkg/sympath (#3199)
8 years ago
Adam Reese a31e3b8fe1
ref(*): kubernetes v1.9 support (#3234)
8 years ago
Brad Beam 8e0eface2c Making starter templates more versatile
8 years ago
Nauris Sadovskis bd8178d50b Fix package url
8 years ago
Matthew Fisher 7c79d1c765
Merge pull request #3193 from burdiyan/master
8 years ago
Johnny Bergström 7cc610960f Walk symbolic link directories
8 years ago
Alexandr Burdiyan f432e07126 ref(helm): improve fullname template in starter chart
8 years ago
Johnny Bergström d762a42168 Fix helmignore for .* (#3114)
8 years ago
Maxime Guyot c864ba179e Add fullnameOverride
8 years ago
Dhilip 67af4998de helm create all defined template names should be namespaced … (#2845)
8 years ago
Matthew Fisher e3e1116eaa Merge pull request #2857 from llsheldon/fix-dependency-alias
8 years ago
Matthew Fisher f278675f98 remove references to facebookgo/symwalk
8 years ago
Matthew Fisher 211f5f6f33 Revert "fix(helm): resolve symlinks when loading chart"
8 years ago
Matthew Fisher cf3fc21e81 Merge pull request #2898 from zlabjp/kube-version
8 years ago
carlory ad2d8e434a fix fromjson comment
8 years ago
carlory b9d3974df0 fix func comment
8 years ago
Kazuki Suda fa3ee5aecf feat(helm): add --kube-version flag to helm template
8 years ago
Kazuki Suda 3508cebbf6 Use the same defaults as done in helm lint for Capabilities
8 years ago
Michelle Noorali 84bb77f183 Merge pull request #1997 from AmandaCameron/issue/1401
8 years ago
Amanda Cameron 415e52bf55 Add support for sub-directory scanning as in issue #1401
8 years ago
llsheldon 0440b54bbf fix(helm):Fix dependency aliaes not working
8 years ago
Adnan Abdulhussein 8fd8a7c324 fix(create): port-forward should use internal port
8 years ago
Justin Scott 4a02a71f1e WIP feat(helm): add `template` command
8 years ago
Kira 4c1a47480e feat(2450): add annotations to chart metadata (#2671)
8 years ago
Maxime Guyot bbf2d6b7e8 Fix the default NOTES.txt
8 years ago
Miouge1 6cfed9d635 Updating default values.yaml comments
8 years ago
Steven E. Harris e8d80729ac Merge pull request #2703 from rbwsam/ref/simplify_error
8 years ago
Sam Leavens 098df8b186 ref(pkg/chartutil): improve comment spacing
8 years ago
Sam Leavens f7ca52dfc8 ref(pkg/chartutil): improve comment for PathValue
8 years ago
Sam Leavens cf09e344d1 fix(pkg/chartutil): Fix test, improve message
8 years ago
Sam Leavens 8df52b6501 ref(pkg/chartutil): move comment
8 years ago
Sam Leavens 3ee70291c8 ref(pkg/chartutil): Capitalize YAML
8 years ago
Sam Leavens 51b59497ee ref(pkg/chartutil): decrease map lookups
8 years ago
Sam Leavens 9b8928edf4 ref(pkg/chartutil): replace use of 'fmt.Efforf'
8 years ago
Scott Rigby 6dc31f8e96 Test that the coalesced key is properly removed for all YAML null syntax options, but not for empty string
8 years ago
Scott Rigby 645f01eb22 New Helm functionality to delete a coalesced YAML key when the value is nil.
8 years ago
Matt Butcher 883da97396 Merge pull request #2607 from sushilkm/issues/2599
8 years ago
Ilya Semenov 13b15f5662 Remove service.type mention from ingress docs
8 years ago
Justin Scott af4c243ee3 Correct punctuation and capitalization for user facing strings.
8 years ago
Sushil Kumar 82da721c0a Added tests for different combinations of subcharts & requirements.yaml
8 years ago