Commit Graph

1630 Commits (671ceb5514900cbbd40fffc4691710f044aa73c4)

Author SHA1 Message Date
Jacob LeGrone 4f6814afb5
refactor(hooks): replace hook execution Successful bool with HookPhase
5 years ago
Jacob LeGrone 047dd5911a
Fix make test
5 years ago
Taylor Thomas b46d7fd527 fix(kube): Fixes nil panic with stateful set waiting
5 years ago
Jacob LeGrone 08b2d8a2dc
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Taylor Thomas a749cf4c4e docs(chart): updates APIVersionV2 comment to reflect the proper name
5 years ago
Taylor Thomas 4778e2bef5
Merge pull request #6124 from bacongobbler/three-way-merge-patch
5 years ago
Martin Hickey a0f0d8b470
Merge pull request #6117 from hickeyma/upd-linter-v2
5 years ago
Adam Reese 2aee21730d
Merge pull request #6142 from joelanford/decouple-cli-vals
5 years ago
Joe Lanford 45f697b507 pkg/cli/values/options_test.go: re-add MergeValues test with mergeMaps
5 years ago
Matthew Fisher 186f6c512f
fix(plugin): add HELM_HOME back
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
5 years ago
Matthew Fisher 18ca0dd6c4
ref(client): use three-way merge patch strategy
5 years ago
Martin Hickey 8f8b2c10e5 Remove the chart lock file as its v1 structure
5 years ago
Martin Hickey 4d47052395 Update linting and checking for apiVersion v1/v2
5 years ago
Jacob LeGrone 49987975a8
fix(test): wait for pods and record status
5 years ago
Joe Lanford 8a4b70b1e3 review: move ValueOptions to SDK
5 years ago
Joe Lanford 68ee30b48c cmd/*,pkg/*: move ValueOptions to cmd package and decouple from SDK
5 years ago
Jacob LeGrone 5ab42504f1
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Taylor Thomas 0d8b30f46d
Merge pull request #6085 from thomastaylor312/ref/better_kube_client
5 years ago
Jacob LeGrone 7f532b4917
doc(hooks): note helm 2 test annotation support requirement
5 years ago
Jacob LeGrone caa4240a30
refactor(release): track test executions via Hook type
5 years ago
Jacob LeGrone 97fe285ada
feat(client): wait for Pods during hook execution
5 years ago
Jacob LeGrone 72127c391c
feat(test): define tests as Jobs and allow arbitrary supporting resources
5 years ago
Karuppiah Natarajan 6d02079016
Fix values being ignored when reusing values on upgrade
5 years ago
Matthew Fisher 704ace3619
Merge pull request #6122 from ian-howell/fix/6101
5 years ago
Ian Howell ef46a0c1e7 fix(pkg/action): Allow name re-use for helm template
5 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
5 years ago
Taylor Thomas 189b5a1229 Fixed object typing for watching Jobs/hooks
5 years ago
Taylor Thomas f6116a7ca9 Fixes issues with delete
5 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
5 years ago
Taylor Thomas 1dac8421ef ref(kube): Renames `Result` type to `ResourceList`
5 years ago
Karuppiah Natarajan 8d660a96a0
Allow missing trailing '/' in --repo url
5 years ago
Martin Hickey 5906b9dfee Fix style conformance issue
5 years ago
Taylor Thomas e258418837
Merge pull request #6066 from ian-howell/fix/6044
5 years ago
Ian Howell c92e3351f7 Switch to a more unique delimiter for template execution errors
5 years ago
Martin Hickey 8e7905c7a8
Merge pull request #6106 from hickeyma/upd-scaffold-api-ver
5 years ago
Martin Hickey 5410e7d346 Fix style conformance issues
5 years ago
Martin Hickey 149da7c77e Update scaffold chart to v2 apiVersion
5 years ago
Matt Farina 095ba431aa
Merge pull request #6095 from mattfarina/remove-stable
5 years ago
Seb Ospina 1469a78029 Added List mode for Role, ClusterRole and Bindings
5 years ago
Matt Farina 670968fb19
Removing the stable repository
5 years ago
hd-rk 7ad1d522b3 test: add test
5 years ago
hd-rk 6d3eb81943 fix: use repo default client to download index
5 years ago
hd-rk 71c2bba69d fix: call chartutil.ProcessDependencies in action.Install
5 years ago
Matthew Fisher 63d7a0c2cf
Merge pull request #6070 from bacongobbler/fix-6059
5 years ago
Matthew Fisher 2045fab01f
ref(action): remove ParseReferenceWithChartDefaults
5 years ago
Matthew Fisher 97e7461e41
Merge pull request #6049 from bacongobbler/helm-template-schema-validation
5 years ago
Ian Howell 31b940a61d fix(engine): Fix eating too many colons during template execution
5 years ago
Martin Hickey 7ddd3f482e
Merge pull request #6038 from liuliqiang/dev-v3
5 years ago
Liu Liqiang 49120340d3 Fix paths in the ingress template and values file written by helm create
5 years ago
Matthew Fisher 4f6d002d6c
chore(docs): move docs to helm-www
5 years ago
Josh Dolitsky b3fd254991 Use chart version as default tag when saving
5 years ago
Martin Hickey 712c850ac5
Merge pull request #6047 from Constantin07/add_hpa_to_sorting_order_port_to_v3
5 years ago
Constantin Bugneac 512f67de14 Added HorizontalPodAutoscaler to sort order.
5 years ago
Matthew Fisher 7de91248ce
feat(template): introduce --validate
5 years ago
Matthew Fisher 880f4456b3
Merge pull request #6046 from bacongobbler/fix-5654
5 years ago
Matthew Fisher b5d555e4ea
fix(kube): remove namespace enforcement
5 years ago
Taylor Thomas 2c397b6879
Merge pull request #6011 from thomastaylor312/feat/atomic
5 years ago
Matthew Fisher 6e60242a18
ref(getter): change NewHTTPGetter and NewPluginGetter to return type Getter
5 years ago
Matthew Fisher 2800c56f9d
ref(downloader): pass in options to ChartDownloader
5 years ago
Matthew Fisher d23d68d51c
Merge pull request #5881 from torstenwalter/template
5 years ago
Torsten Walter ec038337a4
support writing multiple resources to the same file
5 years ago
Oleg Sidorov f94bac0643 chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]
5 years ago
Matt Farina 84d0f231e8
Merge pull request #6016 from icanhazbroccoli/icanhazbroccoli-dev-v3-sigs-yaml
5 years ago
steven-sheehy 1064934105 Add sub-command support to plugin downloader
5 years ago
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
5 years ago
Taylor Thomas 29c343278e feat(action): Refactors unit tests with better fakes
5 years ago
Taylor Thomas 93d07c862d feat(*): Adds back --atomic functionality to Helm 3
5 years ago
Andrew Rudoi 09e1f8aeb1 chore: add ValueOptions constructor
5 years ago
Matt Farina ff818fceca
Merge pull request #5860 from mattfarina/moar-capabilities-v3
5 years ago
Taylor Thomas 51ad3cd357 ref(*): Refactors the history action to return releases instead of formatted output
5 years ago
Taylor Thomas eaa7d8c7c4 feat(wait): Adds smarter waiting for DaemonSets and StatefulSets
5 years ago
Marc Khouzam 81321532e6 Fix linter issuers
5 years ago
Taylor Thomas 61578de6a0
Merge pull request #5970 from thomastaylor312/fix/missing_wait
5 years ago
Josh Dolitsky 240dd53e78
Helm 3: set custom manifest config media type on chart push (#5719)
5 years ago
Taylor Thomas d031651c45 fix(pkg/action): Adds back in missing wait functionality
5 years ago
Matthew Fisher e55a25bfeb
Merge pull request #5917 from bacongobbler/ref-getter-options
5 years ago
Taylor Thomas cf79b90867
Merge pull request #5961 from thomastaylor312/fix/wait
5 years ago
Taylor Thomas c8c854a35c fix(pkg/kube): Fixes wait functionality
5 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
5 years ago
Matthew Fisher 1ea07feac8
Merge pull request #5889 from andytom/fix/backport_lint_fix
5 years ago
Matt Farina 64496cdc07
Expose the resource types in addition to the api group/version in templates
5 years ago
Matthew Fisher a6fefdd9a3
Merge pull request #5874 from bacongobbler/fix-requirements-not-being-updated
5 years ago
Matthew Fisher cf90b5f9a2
Merge pull request #5938 from hickeyma/fix-linter-issues
5 years ago
Martin Hickey 407d850847
Merge pull request #5940 from Somefive/dev-v3
5 years ago
Da Yin b9878bd912 Redo the same fix with #3915 in dev-v3 branch
5 years ago
Martin Hickey ed68cbda3c Fix linter issues
5 years ago
Matt Farina 379b2b177c
Updating to the new Ingress group version
5 years ago
Thomas O'Donnell 213f714604 Stop Lint from breaking when using required
5 years ago
Matthew Fisher 78330ba3d9
fix(resolver): compare hash of lockfile against resolved dependencies
5 years ago
Matthew Fisher 7d3693bd56
Merge pull request #5856 from bacongobbler/remove-stripport
5 years ago
Matthew Fisher b948480814
Merge pull request #5855 from bacongobbler/refactor-downloader
5 years ago
Tariq Ibrahim 3a36ab67e9
add go version to version cmd output of helm
5 years ago
Matthew Fisher 8eaf4c093d
ref(urlutil): remove stripPort
5 years ago
Matthew Fisher 7353a65bfa
ref(downloader): remove ResolveChartVersionAndGetRepo
5 years ago
Matthew Fisher da83115510
Merge pull request #5539 from jan25/fix-list-sorting-5499
5 years ago
Matthew Fisher f1594e564a
Merge pull request #5824 from rokii/fix5792
5 years ago
rokii 897a79a57f fix and add test cases
5 years ago
Torsten Walter 829d8ff4d6 Revert "do not write empty templates to disk"
5 years ago
Torsten Walter 0528c7bb19 add test for output-dir
5 years ago
Torsten Walter 7347be61ee Merge branch 'dev-v3' into output-dir
5 years ago
rokii 871b092f32 fix issue 5792
5 years ago
Adam Reese 77a1b7e0a2
ref(*): expose klog flags
5 years ago
Torsten Walter da260ec15f
do not write empty templates to disk
5 years ago
Torsten Walter cb58035f90
use outputDir instead of hardcoded value
5 years ago
Adam Reese f1718462c9
Merge pull request #5761 from cpanato/GH-5741
5 years ago
Adam Reese b49db9e6e6
ref(pkg/chartutil): break up chartutil into logical files
5 years ago
Torsten Walter 24578a6411
support --output-dir option for helm3 template
5 years ago
Carlos Panato b5f83a08e3
fix missing package name
5 years ago
Adam Reese 45f63628e1
ref(pkg/chart): remove unused chart.RawValues
5 years ago
Adam Reese 590bf10ab5
fix(pkg/action): add namespace to release options
5 years ago
Adam Reese 9401295d2a
Merge pull request #5736 from adamreese/v3/requirements
5 years ago
Adam Reese 634fcfb7ef
feat(pkg/chart): support deprecated requirements.yaml
5 years ago
Adam Reese 0338576fc5
ref(pkg/kube): cleanup kube client interface
5 years ago
Matt Farina c62a3a4896
Merge pull request #5730 from mattfarina/fix-lint-apiversion-v3
5 years ago
Matthew Fisher 31667b6050
Merge pull request #5717 from jdolitsky/feat-v3/oci-registry-loglevel
5 years ago
Matthew Fisher 757eb88d6c
Merge pull request #5441 from hickeyma/update-lib-charts
5 years ago
Matt Farina 50e06b1447
Adding apiVersion guidance to the linting
5 years ago
Matt Farina 069eec9e42
Updatin gthe apiVersion linting for Helm v3
5 years ago
Matt Farina 29842e040f
Adding lint check for apiVersion which is a required field
5 years ago
Matthew Fisher 5367c6c296
fix(loader): assume apiVersion is v1 when loading charts
5 years ago
Josh Dolitsky 5f1128b5f7 pass debug option to registry client
5 years ago
Martin Hickey 22d0ba8b51 Print manifest output for dry-run option
5 years ago
Adam Reese 8d1590016c
Merge pull request #5646 from adamreese/v3/kube-wait
5 years ago
Adam Reese b7a14de590
Merge pull request #5601 from adamreese/v3/capabilities
5 years ago
Martin Hickey ecf4eda6c5 Fix scaffold chart label in helper template
5 years ago
Adam Reese b97f881be0
ref(*): use time.Duration for timeouts
5 years ago
Adam Reese 097834de0a
ref(pkg/chartutil): remove k8s version object dependency
5 years ago
Matt Farina 2a06c2baba
Merge pull request #5684 from mattfarina/add-app-version
5 years ago
Adam Reese 2dd4744d23
ref(pkg/kube): extract wait logic from install/update
5 years ago
Adam Reese b8bced2649
fix(pkg/action): load clients after flags have been parsed (#5681)
5 years ago
Matt Farina 250b63eced
Updating the labels for consistency
5 years ago
Luis Davim 82ffe56ca6
Reduce template code duplication. Fixes #5372
5 years ago
Luis Davim 4425f86865
Add app.kubernetes.io/version label
5 years ago
Matt Farina af7eab0325
Updating to the k8s label convention
5 years ago
Martin Hickey 75624afb73
Merge pull request #5662 from hickeyma/fix-scaffold-chart-image
5 years ago
Josh Dolitsky a12a396aab
Helm 3: registry login/logout (#5597)
5 years ago
Martin Hickey f12c2a3111 Change the nginx app version to a set tag
5 years ago
Martin Hickey 0b809dd078 Validate library chart files after chart loaded
5 years ago
Martin Hickey 86c5e52ac4 Fix the image field for the scaffold chart application
5 years ago
Martin Hickey b74fee715e Add capability for application charts to be used as library charts
5 years ago
Matthew Fisher b1ae1acc8b
Merge pull request #5283 from bacongobbler/purge-by-default
5 years ago
Martin Hickey 1915358a21
Merge pull request #5538 from hickeyma/add-app-version
5 years ago
Ian Howell ffff0e8c33 Feat/schema validation (#5350)
5 years ago
Michelle Noorali 3dd1765491
Merge pull request #5631 from michelleN/test-run
5 years ago
Matthew Fisher e2ccf13294
Merge pull request #5553 from bacongobbler/same-appversion-as-version
5 years ago
Michelle Noorali ceab13e9a1 fix test command, move test to test run subcmd
5 years ago
Martin Hickey b72e25cfb9 Change header "APP_VERSION" to "APP VERSION"
5 years ago
Martin Hickey b600f6090e Add app version to history table
5 years ago
Matthew Fisher 5264ebd5aa
Merge pull request #5572 from ian-howell/fix/template-error-messages
5 years ago
Matthew Fisher d3f0ac9343
ref(create): app version should be 0.1.0
5 years ago
Ian Howell 278594fb0f fix(pkg/engine): Style changes on template errors
6 years ago
Ian Howell 92b86f6e74 fix(pkg/engine): Catch non-templating errors when rendering templates
6 years ago
Ian Howell 33b1ede570 fix(pkg/engine): Clean up template error messages
6 years ago
Abhilash Gnan d40f3c63ea fix ByDate sorter to use Time.Unix()
6 years ago
Adam Reese e458a67f0c
ref(pkg/chart): add validation method to chart
6 years ago
Abhilash Gnan f7e2a78374 fix test cases for list.AllNamespaces
6 years ago
Abhilash Gnan f019ec0e8d add superseded to list filter mask
6 years ago
Abhilash Gnan 416667a8e9 Remove redundant ByNameAsc enum value. Handled by default sorting
6 years ago
Abhilash Gnan b9a39e46de handle default list sort order through enum order
6 years ago
Abhilash Gnan d3c85f97c2 fix sort list with options bug
6 years ago
Adam Reese 31819e4796
fix(pkg/chartutil): marshal capabilities VersionSet into slice
6 years ago
Adam Reese 87e789f01f
fix(pkg/chartutil): only include external objects in capabilities
6 years ago
Adam Reese fe06343b8f
Merge pull request #5512 from adamreese/v3/linter-fixes
6 years ago
Adam Reese 295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
6 years ago
Matthew Fisher bb179bdead
chore(dep): bump kubernetes to 1.14.0
6 years ago
Matthew Fisher 0805a87140
ref(uninstall): purge release history by default
6 years ago
Matthew Fisher 0b1caa14a7
Merge pull request #5489 from bacongobbler/list-move-namespaces-field
6 years ago
Matthew Fisher 32712201ec
ref(list): move namespaces field closer to the name
6 years ago
Adam Reese 779373a276
Merge pull request #5472 from adamreese/v3/template-name
6 years ago
Sunyk 223148dac9 Remove a trivial TODO comment
6 years ago
Adam Reese 271e4cf111
fix(cmd/template): allow setting release name for template
6 years ago
Adam Reese 14d8e97d2a
fix(*): resolve new govet issues
6 years ago
Matthew Fisher 8f37ab48ac
Merge pull request #5455 from bacongobbler/fix-list
6 years ago
Matthew Fisher 5c2f235b6c
fix(install): fix issue where chart metadata is not being saved on `helm install`
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
6 years ago
Matthew Fisher 017790d0e3
ref(action): remove ParseShowOutputFormat
6 years ago
Matthew Fisher 78bd46075b
fix(action): remove test.go
6 years ago
Matthew Fisher f8ed917830
test(cmd): refactor release_testing_test.go
6 years ago
Matthew Fisher f185103b60
ref(action): move AddFlags functions back to cmd
6 years ago
Matthew Fisher 2b775d693d
ref(action): remove io.Writers, return string instead
6 years ago
Matthew Fisher 6bb9264e89
fix(helm): fix `helm status` output formatting
6 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
6 years ago
Adam Reese 21d3a40f3b
feat(tests): replace gometalinter with golangci-lint
6 years ago
Adam Reese 849f27d11f
ref(pkg/engine): make template specific functions private
6 years ago
Adam Reese d841a1b1d9
fix(engine): make template rendering thread safe
6 years ago
Matthew Fisher 2a82e6cbe6
docs: s,kubernetes/helm,helm/helm,g (#5404)
6 years ago
Adam Reese a1a7d3e824
ref(pkg/helm): refactor out `ReleaseStatus`
6 years ago
Martin Hickey ef4d2a6e65 Update after review
6 years ago
Martin Hickey abdaf3ce1b Add chart type
6 years ago
Adam Reese e51a9b90c9
Merge pull request #5284 from adamreese/v3/make-format
6 years ago
Martin Hickey 45fb4b1c44 Fix linter warnings
6 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
6 years ago
Josh Dolitsky 16b59bfe5b
Helm 3: fix "latest" tag bug (#5279)
6 years ago
Josh Dolitsky a32f8ebb37
Helm 3: initial registry support (#5243)
6 years ago
Adam Reese 28d8c7b277
ref(*): remove references to chart 'engine'
6 years ago
Matthew Fisher 95c865513f
fix appveyor builds (#4934)
6 years ago
Martin Hickey 86d8596763 Feature(Plugins): Enable platform specific commands (#5176)
6 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
6 years ago
Matt Butcher f3bfae5ea7
fix: fix a number of style errors (#5136)
6 years ago
Matt Butcher 425f7a6f6c
feat: add 'pkg/action' for list operations (#5077)
6 years ago
Christian Koeberl 62533e2b0e fix(pkg/chartutil): conditions for alias and umrella charts (#3734)
6 years ago
derkoe 6e1b45888a feat(cmd/helm): re-add --history-max option to v3
6 years ago
Adam Reese 2b81eea1e2
ref(*): replace byte array with map for Release config
6 years ago
Adam Reese 6fc8c9e079
ref(pkg/chartutil): simplify chart dependency unit tests
6 years ago
Adam Reese 825b15c763
Merge pull request #4972 from adamreese/ref/chart-dependencies
6 years ago
Adam Reese 85aef0d3d7
ref(pkg/chart): rename Requirements to Dependencies
6 years ago
roc 79f88dfc5e ref(url) update helm's github url (#4962)
6 years ago
roc 212d326a34 ref(pkg/repo): rename RepoFile to File
6 years ago
Adam Reese 9e1e26f01e
ref(pkg/chartutil): attempt to make requirements processing readable
6 years ago
Adam Reese f5b6ff2832
ref(pkg/chart): rename files to be consistent with types
6 years ago
Matt Butcher 7061716406
ref: require name by default on 'helm install' (#4858)
6 years ago
Adam Reese 3b0ba0f71e
ref(tests): remove broken symlinks in testdata
6 years ago
Adam Reese b4ed1de6b8
ref(*): kubernetes v1.12 support
6 years ago
Matt Butcher 9fda187647
fix(tests): set mock to generate UTC timestamps (#4716)
6 years ago
Adam Reese 3be0d81da7
ref(driver): refactor out function type errors
6 years ago
Adam Reese 21259507bd
ref(*): rename requirements.lock to Chart.lock
6 years ago
Adam Reese f7a7a157ce
ref(*): merge requirement.yaml into Chart.yaml
6 years ago
Adam Reese 516c53dae6
ref(chart): use map for chart.Values
6 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
6 years ago
Adam Reese 7423eddf21
ref(*): kubernetes v1.11 support
6 years ago
Matthew Fisher 195d21d5d7
ref(cmd): rename `helm delete` to `helm uninstall`
6 years ago
Adam Reese aa859e3f88
feat(*): remove Time, Namespace, and Revision from template functions
6 years ago
Adam Reese a02a598c33
ref(tests): simplify cmd test setup/teardown
6 years ago
Adam Reese b1128abf4f
ref(*): s/tiller/helm/
6 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
6 years ago
Adam Reese 75c4df0b56
ref(tests): use golden files for testing command output
6 years ago
Adam Reese 36e034551f
ref(*): rebuild build version object
6 years ago
Adam Reese 03ea683b9a
ref(pkg/tiller): add flag to enable tilling logging in tests
6 years ago
Adam Reese 3b9596c6ab
ref(*): convert const types to strings
6 years ago
Adam Reese c50813af54
ref(*): remove local repository (dead code)
6 years ago
Adam Reese 3c27143291
fix(kube): output internal object table
6 years ago
Adam Reese 1a508ccdd1
ref(*): move kubeconfig flags to helm/environment
6 years ago
Adam Reese 2a97768b5c
ref(pkg/tiller): flatten package structure for storage
6 years ago
Adam Reese 05da851eb9
fix(hapi): typo in struct json tags
6 years ago
Adam Reese 19398a2ef1
feat(*): store release History in same namespace as release
6 years ago
Adam Reese c19a4ec704
fix(tests): fix race in releasetesting test
6 years ago
Adam Reese 9aa398a7c5
chore(hapi): add missing license headers
6 years ago
Adam Reese 29e772f631
ref(*): replace TillerVersion with HelmVersion
6 years ago
Adam Reese 4c95185164
ref(*): replace chart.config with []byte
6 years ago
Adam Reese 1e2e65ce54
ref(pkg/releasetesting): simplify test setup
6 years ago
Adam Reese c5151fb7b3
ref(*): cleanup timestamps in tests
6 years ago
Adam Reese c5a76deba3
ref(*): use go conventions for naming types
6 years ago
Adam Reese 36536d77ba
ref(*): remove protobuf any type
6 years ago
Adam Reese 91a6ebfed5
ref(*): remove protobuf timestamps
6 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
6 years ago
Adam Reese c233336079
ref(pkg/kube): simplify creating versioned objects
6 years ago
Adam Reese a78aff8d39
ref(*): improve initializing helm clients
7 years ago
Adam Reese 68c0b6a24a
ref(proto): remove unused protobufs
7 years ago
Adam Reese 883371b8ce
ref(pkg/tiller): simplify exported methods
7 years ago
Adam Reese 7f6fa70a91
ref(*): remove grpc
7 years ago
Adam Reese 8f58c9efdc
ref(*): refactor release testing
7 years ago
Adam Reese 358746fee6
ref(*): remove HELM_HOST
7 years ago
Adam Reese fc4c095cf0
ref(*): remove pkg/kubernetes from tiller and storage
7 years ago
Adam Reese 496ca54183
ref(*): bypass grpc for helm client
7 years ago
Adam Reese e9478d8f84
ref(pkg/tiller): remove ReleaseModules interface from tiller
7 years ago
Adam Reese 5715ee43d6
ref(*): bypass grpc when invoking helm list
7 years ago
Adam Reese 62804848c6
ref(pkg/tiller): refactor out imports of pkg/helm
7 years ago
Adam Reese dbf1ed0ba4
ref(pkg/helm): cleanup unused code
7 years ago
Adam Reese 6bca9686a1
ref(pkg/helm): allow ReleaseContent to call storage directly
7 years ago
Adam Reese d52faff7b6
ref(cmd,pkg/helm): remove tiller ping
7 years ago
Adam Reese 1d9c3d4651
ref(cmd,pkg/helm): remove server side version
7 years ago
Matthew Fisher 28d87e1780
Merge pull request #3860 from adshmh/refactor-tiller-release-install-unit-tests-using-stubs
7 years ago
Matthew Fisher 6f02d9e412
Merge pull request #3837 from consideRatio/toYaml-pr
7 years ago
eyalbe4 fa62c476fc Basic auth credentials from repo not used in install/upgrade/fetch commands #3858
7 years ago
Arash Deshmeh c22492ff01 fix(helm): refactor tiller release install unit tests using chart and install request stubs
7 years ago
Matthew Fisher ae7ce6cad4
Merge pull request #3842 from AdamDang/patch-1
7 years ago
AdamDang ee9ef91df0
typo fix get->Get's
7 years ago
Nikhil Manchanda b687e9e879
Merge pull request #3709 from adshmh/fix-output-leak-of-tiller-release-install-test
7 years ago
Taylor Thomas 2a86164c1d
Merge pull request #3829 from stuartleeks/set-rollback-failure
7 years ago
Steffen Windoffer 8bd42d2645 remove unused servicePort from default ingress template
7 years ago
AdamDang 138de17c64
Fix some typos
7 years ago
Erik Sundell 05a1f7f46c Updated tests for PR #3837
7 years ago
Erik Sundell 6cdf6cee56 toYaml - Fixes #3470 - trailing \n issue
7 years ago
Erik Sundell 35132d141c toYaml - Fixes #3410 - trailing \n issue
7 years ago
Michelle Noorali 72d54f356d
Merge pull request #3831 from michelleN/fix-3655
7 years ago
Michelle Noorali e02802ba95 ref(pkg/tiller): clarify reuseValues comment
7 years ago
Michelle Noorali 9266731dc4 fix(pkg/tiller): reuseValues combines all prev val
7 years ago
Stuart Leeks bac4f45f94 Switch flag to update existing record
7 years ago
Zack Williams 1d3ae54185 Fix #3822
7 years ago
Matthew Fisher e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
7 years ago
Timofey Kirillov b7fe0d0bd7 Add hook-delete-policy ReleaseServer unit tests
7 years ago
fibonacci1729 ad99c1b749 release list paritioning
7 years ago
fibonacci1729 2dd9b34d28 stream releases when listing
7 years ago
Adam Reese c574e03ed4
Merge pull request #3721 from adamreese/ref/kube-1.10
7 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
7 years ago
Adam Reese 7c19cb7040
ref(*): kubernetes v1.10 support
7 years ago
Matthew Fisher 850c8714a7
Merge pull request #3661 from bacongobbler/fix-default-connection-timeout
7 years ago
Alexey igrychev 1d4883bf3c Implement before-hook-creation delete policy
7 years ago
Arturo Contreras a615f80c92 Adding --set-string flag to force string values.
7 years ago
Eyal Ben Moshe b6335b7dfe Authentication support for remote charts repositories (#3206)
7 years ago
Arash Deshmeh a43ddcc191 fix output leak from tiller release install test
7 years ago
Taylor Thomas dede3ff1e1
Merge pull request #3645 from scriptonist/Issue3290
7 years ago
scriptonist 5311bf40a8 Now returning error and stopping installation
7 years ago
Matthew Fisher 3014b9277f
add back the default 5 second connection timeout
7 years ago
Taylor Thomas 2c51155724
Merge pull request #3646 from nicdoye/master
7 years ago
Taylor Thomas c5f2174f26
Merge pull request #3640 from rajatjindal/docfix
7 years ago
Taylor Thomas f19daa16c2
Merge pull request #3631 from gburton1/addProxyCapability
7 years ago
Matthew Fisher abe958eb87
Merge pull request #3597 from bacongobbler/upgrade-force-replace
7 years ago
Nic Doye 73017d7e88 Accept .yml files as well as .yaml for templates.
7 years ago
scriptonist 6cfaa4ebf2 Added code to recover from a tiller pod crash in an event of template render failure
7 years ago
Rajat Jindal 92972b0353 fix typo in docs and fake
7 years ago
Matthew Fisher 13730b0dab
replace FAILED deployments with `helm upgrade --install --force`
7 years ago
Matthew Fisher 250d25fdce fix protoc
7 years ago
Matthew Fisher a66a39a171 fix helm init --wait
7 years ago
Greg Burton bf7e755ef3 Respect env proxy settings when using custom Transport
7 years ago
Matthew Fisher b5af54d44c
Merge pull request #3567 from jumal/master
7 years ago
Matthew Fisher 86ae040bfa
Merge pull request #3491 from oilbeater/fix-defer-in-loop
7 years ago
Johnny Bergström 5f1a21bc32 fix(tiller): Supersede multiple deployments (#3539)
7 years ago
Matthew Fisher 9c4fd1abae
Merge pull request #3527 from adshmh/fix-output-leak-from-realsetesting-test-suite
7 years ago
Matthew Fisher 1a9e0f0d15
Merge pull request #3535 from adshmh/fix-output-leak-from-pkg-tiller-tests
7 years ago
Matthew Fisher 642ad5c13e
Merge pull request #3544 from radu-matei/patch-1
7 years ago
Matthew Fisher be1e974ccc
Merge pull request #3494 from Thiht/patch-1
7 years ago
Matthew Fisher e35bd82170
Merge pull request #3514 from joonix/issue-3512
7 years ago
Adam Reese fa611fe285
fix(plugins): support installing plugins by relative path (#3568)
7 years ago
Adam Reese c314e2e2f1
fix(plugins): support newer git (#3571)
7 years ago
Jean-Philippe Courson 5b77335415 Create missing directories when saving files in chartutil.SaveDir
7 years ago
Radu Matei df041c4b19
Fix minor typo
7 years ago
Arash Deshmeh 5b25eef9e2 fix(helm): fix the bug in test code under pkg/tiller that leaks output to stdout during build
7 years ago
Johnny Bergström 9bac0a4c30 Update deprecated grpc dial timeout
7 years ago
Johnny Bergström 98e5006ecf Bump client side grpc max msg size
7 years ago
Arash Deshmeh 4fcf69bc52 fix(helm): fix the output leak to stdout during build by tests under pkg/releasetesting,
7 years ago
yank1 76a40fc573 fix a typo in client
7 years ago
Thibaut Rousseau a59d212512
docs: Fix FromJson comment
7 years ago
oilbeater 757db3a062 defer in loop may cause resource leak
7 years ago
Matthew Fisher 8009115d3a
Merge pull request #3465 from oilbeater/fix/defer-in-loop
7 years ago
oilbeater 0764d95a03 defer in loop may cause resource leak
7 years ago
Matt Farina 6a1dd806ed
Merge pull request #3469 from mattfarina/fix/3322
7 years ago
Matthew Fisher 3c39e72189
Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag
7 years ago
Matt Farina 614cd9dfe7
fix(grpc): Fixes issue where message sending limited to 4mb
7 years ago
Matt Farina e6137ff05f
fix(api-machinery): Fixes patching for unstructured objects
7 years ago
Matthew Fisher 2724387506
Merge pull request #3373 from unguiculus/feature/fix-recreate-part-1
7 years ago
Matt Farina 4b578f44ff
Merge pull request #3407 from paolomainardi/feature/3173_fix_wait_for_deployments
7 years ago
Paolo Mainardi b065ffe1fc adding other missing apiVersions
7 years ago
Paolo Mainardi 2cee4c68fa add appsv1beta1 and appsv1beta2 apiVersion
7 years ago
Reinhard Nägele ea520afd3e Fix 'getSelectorFromObject'
7 years ago
Matthew Fisher 748dbda29a
Merge pull request #3399 from bacongobbler/fix-release-checklist
7 years ago
Bin Liu 1e0906ed67
Fix type
7 years ago
Matthew Fisher f13c4d28b5 Revert "feat(helm): adding kubeconfig flag"
7 years ago
Matthew Fisher 8604e0b832 bump version to v2.8
7 years ago
Reinhard Nägele 3d05da0109 Fix pod recreation
7 years ago
Matthew Fisher 14c7be1f92
Merge pull request #3288 from bradbeam/starter
7 years ago
Matt Farina c359ea66ed
Merge pull request #3350 from mattfarina/fix/3349
7 years ago
Alex Johnson b29d25ef0b Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests
7 years ago
Adnan Abdulhussein f432b8ec60
Merge pull request #3337 from unguiculus/feature/helm-create
7 years ago
Matt Farina d5a865b5f4
fix(capabilities): Adding GitVersion to default set
7 years ago
Matthew Fisher 077be881c4
Merge pull request #3283 from nicolerenee/concurrency
7 years ago
Reinhard Nägele f47e1619b0 Update initial chart experience
7 years ago
Matthew Fisher f652f45398
Merge pull request #2784 from rocky-nupt/proposal-add-k8s-version
7 years ago