Commit Graph

96 Commits (48dbda2fa8d1e8981c271a56fe51bdf8b131fac2)

Author SHA1 Message Date
Matt Farina 343389856b
Merge pull request #12162 from mattfarina/fix-merge-values-ugh
1 year ago
Matt Farina 96e33e2773
Tweaking new dry-run internal handling
1 year ago
Matt Farina 838b12191e
Merge pull request #9426 from tapaskapadia/feat/lookup-dryrun
1 year ago
Joe Julian 8554d518d5
Merge pull request #10397 from mtesseract/mc/fix-err-message-on-existing-resource-conflict
1 year ago
Matt Farina 0a5148faff
Fix multiple bugs in values handling
1 year ago
Tapas Kapadia 4b7248e361 feat(helm): add ability for --dry-run to do lookup functions
1 year ago
Tapas Kapadia 4899e8a788 feat(helm): add ability for --dry-run to do lookup functions
2 years ago
Soule BA 11738dde51
Provide a helper to set the registryClient in cmd
2 years ago
Matt Farina 863bc74e5a
Update to func handling
2 years ago
Tapas Kapadia f9e54b6079 feat(helm): add ability for --dry-run to do lookup functions
2 years ago
Tapas Kapadia ddb33580db feat(helm): add ability for a dry-run to evaluate lookup functions
2 years ago
Tapas Kapadia 4d67dfabaa feat(helm): add ability for --dry-run to do lookup functions
2 years ago
Tapas Kapadia 51281c195a feat(helm): add ability for --dry-run to do lookup functions
2 years ago
Tapas Kapadia 92a6640f8a feat(helm): add ability for --dry-run to do lookup functions
2 years ago
Dominic Evans 7c74f1dd02 fix: improve logging & safety of statefulSetReady
2 years ago
Matt Farina 1ec0aacb88
Merge pull request #10486 from gridai/fix-install-leak
3 years ago
Matt Farina 548ec55cf9
Fix panic with OCI for install, upgrade, and show
3 years ago
Neven Miculinic 5059ae843e Fix install memory/goroutine leak
3 years ago
Jerome Küttner 9a492f8240 Channel should remain open if there is still a routine that wants to write into it
3 years ago
Jerome Küttner ad3d2cc8ef Fix memory leak in upgrade action
3 years ago
Moritz Clasmeier 8613770f78 Adjust error message wrongly claiming that there is a resource conflict
3 years ago
Guangwen Feng 9b7a45a384 Fix a golint issue caused by typo
3 years ago
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 660183d659 Add test for atomic upgrade and install when it is interrupted
3 years ago
Stephane Moser 3434053d38 Hande SIGINT in install command
3 years ago
Stephane Moser d7833eb2b0 Refactor logic
3 years ago
Stephane Moser 027cea48bf Handle SIGTERM
3 years ago
David Mládek d6eab46876 Add --udpate-dependencies to upgrade command
3 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
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
Matt Butcher ed5fba5142
refactor the release name validation to be consistent across Helm
4 years ago
Matt Butcher 96d9ab9663
fix name length check on lint (#8543)
4 years ago
Matt Farina 44212f83dc
Fix issue with install and upgrade running all hooks
4 years ago
Cristian Klein 9a4f4ec64b fix(helm): Avoid corrupting storage via a lock
4 years ago
DongGang ceff32d5f8
fix(template):Issue:helm template with --output-dir (#8156)
4 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
4 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded (#7653)
4 years ago
Martin Hickey 0b1cba8474 Add an improved user error message for removed k8s apis
4 years ago
Matt Butcher ad3ba46de1
docs: Update inline docs on action/upgrade.go (#7834)
4 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
4 years ago
Matthew Fisher e0856a56cc
Merge pull request #7649 from DataDog/jlegrone/adopt-resources
5 years ago
Marc Khouzam 22b7562c62 fix(cli): Make upgrade check if cluster reachable
5 years ago
Jacob LeGrone 8d1de39fe3
Add more detail to error messages and support a non-force mode in metadata visitor
5 years ago
akash-gautam e92a258a9d fix(helm): add --skipCRDs flag to 'helm upgrade'
5 years ago
Jacob LeGrone 271cb2268b
Alternative: annotation-only solution
5 years ago
Jacob LeGrone a29365b3c6
Adopt resources into release with correct instance and managed-by labels
5 years ago
Sebastian Voinea 561971c381 feat(upgrade): introduce --disable-openapi-validation:
5 years ago
Taylor Thomas 08fc12a8c3 Adds post-render support
5 years ago