forked from linkerd/linkerd2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Helm v3 sdk (linkerd#4878)
Fixes linkerd#4874 This branch upgrades Helm sdk from v2 to v3 *without any functionaly changes*, just replacing types with newer API's. This should not effect our current support for Helm v2 as we did not change any of the underlying tempaltes(which work with Helm v2). This works becuase we did not use any of the API's that read the Chart metadata (which are the only ones changed from v2 to v3) and currently manually load files and pass ito the sdk. This PR should provide a great point to start more of the newer Helm v3 API's including for the upgrade workflow thus allowing us to make Linkerd CLI more simpler. Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
- Loading branch information
1 parent
92eb174
commit fafeee3
Showing
19 changed files
with
546 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.