Commit Graph

169 Commits (main)

Author SHA1 Message Date
Stephane Moser c62ce12bed Refactor SIGTERM logic
3 years ago
Stephane Moser c6c4157c43 Move locks from global var to the structs
3 years ago
Stephane Moser 3434053d38 Hande SIGINT in install command
3 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
3 years ago
Josh Dolitsky 3e17c1a7ef
remove action errors assuming CLI
3 years ago
Josh Dolitsky cd27cf660f
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
3 years ago
Josh Dolitsky 00985cad6b
Implement changes proposed in HIP 6
3 years ago
Martin Hickey 699ea6dcef
Merge pull request #9066 from scaat/fix-specification
3 years ago
Thomas Dy 0156ca61ca Fix capabilities changes leaking into other tests
3 years ago
Thomas Dy 47c8f48f20 feat(helm): Support setting --kube-version
3 years ago
Scaat Feng 0de89685d4 [COMMENT]fix comment
4 years ago
zh168654 bfc575dec2 add waitwithjobs instead of changing wait api
4 years ago
zh168654 957d2a2bf9 add wait-for-jobs flag
4 years ago
Mikuláš Dítě 6aa54eacc5 feat(install): add requested version to error
4 years ago
Matthew Fisher dafeb1541b
Merge pull request #8493 from yxxhero/fix-insecure-skip-tls-verify-flag-not-work-on-helm-install
4 years ago
Matt Farina 44212f83dc
Fix issue with install and upgrade running all hooks
4 years ago
yxxhero 52295490fd fix insecure-skip-tls-verify flag does't work on helm install, Keep
4 years ago
DongGang ceff32d5f8
fix(template):Issue:helm template with --output-dir (#8156)
4 years ago
Matthew Fisher b167ce00d0
Merge pull request #8039 from xvzf/fix_insecure_skip_verify
4 years ago
Martin Hickey e672a42efa
Merge pull request #7932 from waveywaves/7537-install-only-crds-fails
4 years ago
Vibhav Bobade 47abe66fd2 Add checking of length of resourceList before creating of deleting
4 years ago
Matthias Riegler 8ff7801e0c added option --insecure-skip-tls-verify for helm install, addresses #7875
4 years ago
Matthias Riegler 918deeef18 added option --insecure-skip-tls-verify for helm pull, addresses #7875
4 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
4 years ago
Matthew Fisher e0856a56cc
Merge pull request #7649 from DataDog/jlegrone/adopt-resources
4 years ago
Jacob LeGrone 8d1de39fe3
Add more detail to error messages and support a non-force mode in metadata visitor
4 years ago
Matt Farina 66292e5e24
Merge pull request #7164 from jmcelwain/master
4 years ago
Jacob LeGrone d829343c15
Use Create method if no resources need to be adopted
4 years ago
Jacob LeGrone 271cb2268b
Alternative: annotation-only solution
4 years ago
Jacob LeGrone a29365b3c6
Adopt resources into release with correct instance and managed-by labels
4 years ago
Matthew Fisher 694cf61aac
feat(install): introduce --create-namespace
4 years ago
Martin Hickey 7b9dc71c25 Fix render error not being propogated
4 years ago
Taylor Thomas 08fc12a8c3 Adds post-render support
4 years ago
Marc Khouzam be7de1c376 fix(cmd): Specify namespace for template command
4 years ago
Mike Tougeron e78402d559 fix conflicts
4 years ago
Matthew Fisher 3ff3dabd9e
Merge pull request #6819 from bacongobbler/disable-openapi-validation
4 years ago
Martin Hickey 084ab20f67
feat(template): Allow template output to use release name (#7503)
4 years ago
Mike Tougeron 93adb35af1 maintain backwards compatibility in the api for the CRDs function
5 years ago
Mike Tougeron 804e07300b Render the CRDs to spec files
5 years ago
Matthew Fisher e84b61b2db
Merge pull request #6752 from raffaelespazzoli/lookup
5 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
5 years ago
raffaelespazzoli a62ba04962 additional fixes based on @thomastaylor312 comment
5 years ago
raffaelespazzoli 8e088fc4a2 fixed test issue
5 years ago
raffaelespazzoli e98cd621f0 added rest client passed with action configuration
5 years ago
Lennard Eijsackers a3f00fde69 fix(helm): Validate number of arguments in install client
5 years ago
Matthew Fisher 67e57a5fbb
feat(install): introduce --disable-openapi-validation
5 years ago
Juan Matías de la Cámara Beovide 357d265de0 fix(helm): add --description flag to helm (#7074)
5 years ago
Fabian Ruff cb81b07125 Reintroduce --is-upgrade to template command
5 years ago
James McElwain e9bf446fa8 fix(install): use ca file for install (#7140)
5 years ago
Matthew Fisher 456eb7f411
Merge pull request #6946 from bacongobbler/fix-6939
5 years ago
Daniel Strobusch 8889625af6
fix: change error message to contain correct field name
5 years ago
Taylor Thomas ecb55c1de7 fix(wait): Adds support for waiting on v1 apiextensions for CRDs
5 years ago
Matthew Fisher e91feed1a3
fix(install): log the error when recording the release
5 years ago
Matthew Fisher bf012282c8
fix(action): strip file extensions from name
5 years ago
Matthew Fisher 402fce389a
fix(chartutil): restore .Release.Revision
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
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
5 years ago
Taylor Thomas 62ed7b3764
Merge pull request #6594 from thomastaylor312/feat/template_api_versions
5 years ago
Taylor Thomas 59d3488d1c feat(template): Ports api-versions flag to v3
5 years ago
Taylor Thomas 3d64c6bb54 ref(cmd): Implement flag parsing for output format
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Matt Farina 967f4fed42
Update dependencies
5 years ago
Taylor Thomas 6ccb2897d9 PR fixes
5 years ago
Taylor Thomas 36f3a4b326 fix(action): Protects against current resource conflicts
5 years ago
Martin Hickey 26dacf84aa
feat(cmd): Port child NOTES.txt rendering to Helm 3 (#6512)
5 years ago
Taylor Thomas eac6a60001 feat(*): Ports all output functionality from v2
5 years ago
Andreas Sommer 3a843df1ff Fix reachability check which must be disabled for `helm template` (unless `--validate` is specified)
5 years ago
Matt Butcher 0f332b67f1
fix: clear the discovery cache after CRDs are installed (#6332)
5 years ago
Matt Farina 01adf0d7a3
Merge pull request #6255 from waveywaves/fix/6237
5 years ago
Marc Khouzam f46df928cf fix(cmd/helm): Missing params for dir locations (#6300)
5 years ago
Vibhav Bobade d00e328020 Applied check to actions
5 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
5 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
5 years ago
Matt Butcher 98426d6ad3
feat: Add support for a crds/ directory
5 years ago
Matthew Fisher c6d6e456d0
Merge pull request #6054 from jlegrone/test-as-hook
5 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
5 years ago
Jacob LeGrone 08b2d8a2dc
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Adam Reese 2aee21730d
Merge pull request #6142 from joelanford/decouple-cli-vals
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
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 caa4240a30
refactor(release): track test executions via Hook type
5 years ago
Jacob LeGrone 72127c391c
feat(test): define tests as Jobs and allow arbitrary supporting resources
5 years ago
Ian Howell ef46a0c1e7 fix(pkg/action): Allow name re-use for helm template
5 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
5 years ago
hd-rk 71c2bba69d fix: call chartutil.ProcessDependencies in action.Install
5 years ago
Matthew Fisher 7de91248ce
feat(template): introduce --validate
5 years ago
Taylor Thomas 2c397b6879
Merge pull request #6011 from thomastaylor312/feat/atomic
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 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
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
5 years ago
Torsten Walter 829d8ff4d6 Revert "do not write empty templates to disk"
5 years ago