Commit Graph

1421 Commits (07c950fc417f87f39d2c7982fd6f484da1e7aa4f)

Author SHA1 Message Date
Ivan Towlson cd42b26a6a Distinct doc strings for repository-cache and repository-config
7 years ago
Vibhav Bobade 66b037f6be Move the logic for checking env in pkg/cli and store all envs in a central place
7 years ago
Adam Reese fe92480ab4
fix(cmd/helm): user friendly error message when repos are not configured
7 years ago
Marc Khouzam f46df928cf fix(cmd/helm): Missing params for dir locations (#6300)
7 years ago
Thomas O'Donnell e5668f54fe Stop multiple error messages in lint results
7 years ago
Vibhav Bobade d00e328020 Applied check to actions
7 years ago
Vibhav Bobade 5a07055645 Add IsReachable to /pkg/kube/client to see if connected to the internet
7 years ago
Adam Reese f76b5f21ad
Merge pull request #6272 from adamreese/feat/initless
7 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
7 years ago
Josh Dolitsky af06037d23
chore(registry): upgrade to oras v0.7.0 (#6285)
7 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
7 years ago
Matt Farina fba311ba23
Merge pull request #6243 from technosophos/feat/5871-crds-directory
7 years ago
Taylor Thomas 7466c4ee3b
Merge pull request #6241 from waveywaves/fix/issue-6079
7 years ago
Vibhav Bobade 68a8f36a92 Fix Adding Errors from Linter.Messages to result.Errors
7 years ago
Adam Reese b2d5e41fc7
ref(*): remove dead code
7 years ago
Vibhav Bobade 9ab927f0bb Test for Linting multiple charts with the same vals instance
7 years ago
Vibhav Bobade 7da1f35386 Clone the vals map for every path to avoid mutation
7 years ago
Matt Butcher 98426d6ad3
feat: Add support for a crds/ directory
7 years ago
Taylor Thomas 16544c8190 fix(registry): Updates registry to handle go 1.12.8 changes
7 years ago
Matthew Fisher d99edbfb3e
fix(chartutil): remove executable bits from chartutil generated files
7 years ago
Matthew Fisher 4c4b10668a
ref(test): join all hook manifests before building
7 years ago
Matthew Fisher 4d6d384741
style(action): fix style tests
7 years ago
Matthew Fisher 4c366c972d
fix(action): return an error if len > 0
7 years ago
Matthew Fisher fddf066121
fix(test): restore --cleanup
7 years ago
Josh Dolitsky 6095070817
ref(internal/experimental/registry): pkg refactor (#6205)
7 years ago
Adam Reese cc98242feb
fix(pkg/kube): only wait for events from Jobs and Pods
7 years ago
Matt Farina dfe37b9ccd
Merge pull request #6187 from mattfarina/hub-sdk
7 years ago
Matthew Fisher c6d6e456d0
Merge pull request #6054 from jlegrone/test-as-hook
7 years ago
Matt Farina e9a704278b
Updating the httpgetter to use the new user agent function
7 years ago
Matt Farina 2d4ced9090
Moving monocular client to internal and adding user agent to version pkg
7 years ago
Matt Farina 2613c3cda3
Adding a monocular client as a package
7 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
7 years ago
Jacob LeGrone 2085228b50
feat(hooks): add Running phase
7 years ago
Jacob LeGrone 2bd94bc552
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
7 years ago
Matthew Fisher 806921dcee
feat(getter): set default User-Agent
7 years ago
Josh Dolitsky 63813fe7b9
feat(cmd): use alt dest for chart export (#6193)
7 years ago
Matthew Fisher c5137c5390
Merge pull request #6185 from bacongobbler/feature-gates
7 years ago
Matthew Fisher 6e7f5e64a0
fix(action): return nil if no errors occurred
7 years ago
Matthew Fisher fe952445bd
feat(cmd): put OCI commands behind a feature gate
7 years ago
Adam Reese 4e625df328
fix(helmpath): fix syntax errors for windows tests
7 years ago
Josh Dolitsky cc5dece910
fix(chartutil): Ensure nested template dir on save (#6177)
7 years ago
Jacob LeGrone 4f6814afb5
refactor(hooks): replace hook execution Successful bool with HookPhase
7 years ago
Jacob LeGrone 047dd5911a
Fix make test
7 years ago
Taylor Thomas b46d7fd527 fix(kube): Fixes nil panic with stateful set waiting
7 years ago
Jacob LeGrone 08b2d8a2dc
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
7 years ago
Taylor Thomas a749cf4c4e docs(chart): updates APIVersionV2 comment to reflect the proper name
7 years ago
Taylor Thomas 4778e2bef5
Merge pull request #6124 from bacongobbler/three-way-merge-patch
7 years ago
Martin Hickey a0f0d8b470
Merge pull request #6117 from hickeyma/upd-linter-v2
7 years ago
Adam Reese 2aee21730d
Merge pull request #6142 from joelanford/decouple-cli-vals
7 years ago
Joe Lanford 45f697b507 pkg/cli/values/options_test.go: re-add MergeValues test with mergeMaps
7 years ago
Matthew Fisher 186f6c512f
fix(plugin): add HELM_HOME back
7 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
7 years ago
Matthew Fisher 18ca0dd6c4
ref(client): use three-way merge patch strategy
7 years ago
Martin Hickey 8f8b2c10e5 Remove the chart lock file as its v1 structure
7 years ago
Martin Hickey 4d47052395 Update linting and checking for apiVersion v1/v2
7 years ago
Jacob LeGrone 49987975a8
fix(test): wait for pods and record status
7 years ago
Joe Lanford 8a4b70b1e3 review: move ValueOptions to SDK
7 years ago
Joe Lanford 68ee30b48c cmd/*,pkg/*: move ValueOptions to cmd package and decouple from SDK
7 years ago
Jacob LeGrone 5ab42504f1
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
7 years ago
Taylor Thomas 0d8b30f46d
Merge pull request #6085 from thomastaylor312/ref/better_kube_client
7 years ago
Jacob LeGrone 7f532b4917
doc(hooks): note helm 2 test annotation support requirement
7 years ago
Jacob LeGrone caa4240a30
refactor(release): track test executions via Hook type
7 years ago
Jacob LeGrone 97fe285ada
feat(client): wait for Pods during hook execution
7 years ago
Jacob LeGrone 72127c391c
feat(test): define tests as Jobs and allow arbitrary supporting resources
7 years ago
Karuppiah Natarajan 6d02079016
Fix values being ignored when reusing values on upgrade
7 years ago
Matthew Fisher 704ace3619
Merge pull request #6122 from ian-howell/fix/6101
7 years ago
Ian Howell ef46a0c1e7 fix(pkg/action): Allow name re-use for helm template
7 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
7 years ago
Taylor Thomas 189b5a1229 Fixed object typing for watching Jobs/hooks
7 years ago
Taylor Thomas f6116a7ca9 Fixes issues with delete
7 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
7 years ago
Taylor Thomas 1dac8421ef ref(kube): Renames `Result` type to `ResourceList`
7 years ago
Karuppiah Natarajan 8d660a96a0
Allow missing trailing '/' in --repo url
7 years ago
Martin Hickey 5906b9dfee Fix style conformance issue
7 years ago
Taylor Thomas e258418837
Merge pull request #6066 from ian-howell/fix/6044
7 years ago
Ian Howell c92e3351f7 Switch to a more unique delimiter for template execution errors
7 years ago
Martin Hickey 8e7905c7a8
Merge pull request #6106 from hickeyma/upd-scaffold-api-ver
7 years ago
Martin Hickey 5410e7d346 Fix style conformance issues
7 years ago
Martin Hickey 149da7c77e Update scaffold chart to v2 apiVersion
7 years ago
Matt Farina 095ba431aa
Merge pull request #6095 from mattfarina/remove-stable
7 years ago
Seb Ospina 1469a78029 Added List mode for Role, ClusterRole and Bindings
7 years ago
Matt Farina 670968fb19
Removing the stable repository
7 years ago
hd-rk 7ad1d522b3 test: add test
7 years ago
hd-rk 6d3eb81943 fix: use repo default client to download index
7 years ago
hd-rk 71c2bba69d fix: call chartutil.ProcessDependencies in action.Install
7 years ago
Matthew Fisher 63d7a0c2cf
Merge pull request #6070 from bacongobbler/fix-6059
7 years ago
Matthew Fisher 2045fab01f
ref(action): remove ParseReferenceWithChartDefaults
7 years ago
Matthew Fisher 97e7461e41
Merge pull request #6049 from bacongobbler/helm-template-schema-validation
7 years ago
Ian Howell 31b940a61d fix(engine): Fix eating too many colons during template execution
7 years ago
Martin Hickey 7ddd3f482e
Merge pull request #6038 from liuliqiang/dev-v3
7 years ago
Liu Liqiang 49120340d3 Fix paths in the ingress template and values file written by helm create
7 years ago
Matthew Fisher 4f6d002d6c
chore(docs): move docs to helm-www
7 years ago
Josh Dolitsky b3fd254991 Use chart version as default tag when saving
7 years ago
Martin Hickey 712c850ac5
Merge pull request #6047 from Constantin07/add_hpa_to_sorting_order_port_to_v3
7 years ago
Constantin Bugneac 512f67de14 Added HorizontalPodAutoscaler to sort order.
7 years ago
Matthew Fisher 7de91248ce
feat(template): introduce --validate
7 years ago
Matthew Fisher 880f4456b3
Merge pull request #6046 from bacongobbler/fix-5654
7 years ago
Matthew Fisher b5d555e4ea
fix(kube): remove namespace enforcement
7 years ago
Taylor Thomas 2c397b6879
Merge pull request #6011 from thomastaylor312/feat/atomic
7 years ago
Matthew Fisher 6e60242a18
ref(getter): change NewHTTPGetter and NewPluginGetter to return type Getter
7 years ago