Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Something needs to be updated because of new Helm version #154

Merged
merged 3 commits into from
Mar 5, 2019
Merged

Something needs to be updated because of new Helm version #154

merged 3 commits into from
Mar 5, 2019

Conversation

joy717
Copy link
Contributor

@joy717 joy717 commented Feb 26, 2019

Hi, Because this project is based on an old Helm version. But the Helm version is a newer one,
so we need to update some code.
1.
Reason: There are new status for Helm release: Status_PENDING_INSTALL, Status_PENDING_UPGRADE, Status_PENDING_ROLLBACK.

Fixes: Add these status when listing SummarizeReleases with "all=true"
2.
Reason: The API "ListReleases" on Tiller side now is a Stream service for larger response data.

Fixes: Make client using stream service as well as Tiller when listing SummarizeReleases.
3.
Reason: The gRPC's default Message size limit is 4MB. it's too small. now the Tiller's side is 20MB as default for larger data.

Fixes: Make client using 20MB as the default value of MaxCallRecvMsgSize to match Tiller's value.

here is the link for No.3:
helm/helm#3528

@joy717
Copy link
Contributor Author

joy717 commented Feb 26, 2019

@tamalsaha

@joy717 joy717 changed the title Something needs to update because of new Helm version Something needs to be updated because of new Helm version Feb 26, 2019
@tamalsaha
Copy link
Contributor

Thanks a lot @joy717 !

@tamalsaha tamalsaha merged commit 00ec6dd into kubepack:master Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants