Commit Graph

4903 Commits (af498be38b6fdd29407a61c34e649f2f7632018d)
 

Author SHA1 Message Date
Martin Hickey 1cc2ad0061
Port #5298 to Helm v3 (#6613)
5 years ago
Matthew Fisher 9e9f317cbf
Merge pull request #6608 from bacongobbler/refactor-switch-statement
5 years ago
Martin Hickey dd1a440026
Add support to scaffold chart for ingress prior to k8s 1.14 (#6651)
5 years ago
John Howard 7a22cb88d9 Drop dependency on k8s.io/kubernetes (#6609)
5 years ago
Yusuke Kuoka 69adc5a218 v3: Propagate --kube-context, --kubeconfig and --namespace values to plugins
5 years ago
Simon Alling 2a462aef2d fix(pkg/chartutil): add tests according to feedback
5 years ago
Martin Hickey f12be4c4b6
Port #4078 to Helm v3 (#6619)
5 years ago
Yusuke Kuoka 74a2adf6c5 fixup! fix(v3): Bring back the missing `helm template [-x|--execute] PATH/TO/SINGLE/TEMPLATE`
5 years ago
Marc Khouzam 483904656b ref(cmd): Use string method to list formats
5 years ago
Marc Khouzam 7fd384c8fb ref(cmd): Use method to list formats
5 years ago
Taylor Thomas 0ba959af0d feat(lint): Ports v2 functionality for linting pre-release charts
5 years ago
Jacob LeGrone 2d983f27e7
feat(hooks): never delete CustomResourceDefinitions
5 years ago
Jacob LeGrone 34d685f8bf
feat(hooks): set default deletion policy to before-hook-creation
5 years ago
Matthew Fisher 0227ade173
Merge pull request #6363 from jlegrone/refactor-test-command
5 years ago
Matthew Fisher d618e327ae
Merge pull request #6341 from aaronmell/Action_Init
5 years ago
Aaron Mell 8b8ffcdb21 Moved config and configOnce to struct
5 years ago
Jacob LeGrone 0645b92c1b
Print test status
5 years ago
Jacob LeGrone 6f18519957
Remove test --cleanup flag
5 years ago
Jacob LeGrone a6f4bc1bc0
Remove "run" test subcommand
5 years ago
Aaron Mell 00249a3235 Moved namespace and kubeconfig variable back to original place.
5 years ago
Simon Alling 50675e7cd7 fix(pkg/chartutil): include values.schema.json in packaged chart
5 years ago
Aaron Mell 1d66a676c8 Moved the GetNamespace and KubeConfig function from action to cli
5 years ago
Aaron Mell 3264b75378 Refactoring after rebasing with latest
5 years ago
Aaron Mell 01d7657c1e Another Code review change
5 years ago
Aaron Mell 851e016e90 Reverted previous commit, changes based on code review feedback.
5 years ago
Aaron Mell 1ca2ab1d8d Moving actionInit from cmd/helm/helm to pgk/action/action to make it easier to instantiate the configuration
5 years ago
Matthew Fisher 0141f9c806
Merge pull request #6628 from VilledeMontreal/fix/impossibleCond
5 years ago
Adam Reese 2cc58560c1
Merge pull request #6627 from adamreese/fix/go-mod-tidy
5 years ago
KUOKA Yusuke 4c351c7248 fix(v3): fix type error while merging map loaded with `fromYaml` template func (#6630)
5 years ago
Yusuke Kuoka 267528848c fix(v3): Bring back the missing `helm template [-x|--execute] PATH/TO/SINGLE/TEMPLATE`
5 years ago
Dmitry Tokarev 1da0d011f9 Added NetworkPolicy, PodDisruptionBudget, and PodSecurityPolicy to InstallOrder. (#6624)
5 years ago
Marc Khouzam e2d5ec8397 feat(comp): Dynamic completion for --output flag (#6580)
5 years ago
Marc Khouzam adbc39beb5 Remove impossible condition reported by linter
5 years ago
Adam Reese ec870d0a3d
fix(go.mod): run go mod tidy
5 years ago
Taylor Thomas 6cfd47784b
Merge pull request #6625 from Dean-Coakley/get-output-cmd
5 years ago
Dean Coakley c7a3974d3b Add get values yaml output test case
5 years ago
Dean Coakley a831747dde Refactor get values table header writer
5 years ago
Dean Coakley df64ad1e10 Add get values --all test case
5 years ago
Dean Coakley 3c899d0bde Add get values table output headers
5 years ago
Dean Coakley 66268d9eee fix(cmd): Add --output option to get values
5 years ago
Adam Reese c3ac13a1f2
Merge pull request #6622 from adamreese/fix/validate
5 years ago
Adam Reese 1e20ebae35
fix(pkg/kube): validate with OpenAPI on install
5 years ago
Adam Reese 442c3588e4
Merge pull request #6599 from adamreese/feat/validation
5 years ago
Martin Hickey f2aa97e313
fix(helm): Port accept dependency in requirements.yaml from charts directory (#6611)
5 years ago
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
5 years ago
Matthew Fisher f55a64240f
ref(wait): remove versioned type, use unversioned instead
5 years ago
fengxsong a4dd603f78
Refactor switch statement in pkg/kube/wait.go
5 years ago
fengxsong cf728f4076
fix wait.go
5 years ago
fengxusong 3b280ab038
Refactor switch statement in pkg/kube/wait.go
5 years ago
Matthew Fisher 7ffc879f13
Merge pull request #6607 from thomastaylor312/fix/missing_path_validation
5 years ago