Commit Graph

8 Commits

Author SHA1 Message Date
Johnny Bergström 98e5006ecf Bump client side grpc max msg size
Set it to match the server side, or the default limit
of 4MB will still apply when upgrading charts.

Fixes #3512
2018-02-19 17:04:41 +01:00
Matt Farina 614cd9dfe7
fix(grpc): Fixes issue where message sending limited to 4mb
Between grpc 1.2.x and 1.7.x there was an API change. The
previous MaxMsgSize is now a wrapper around MaxRecvMsgSize. This
change now sets the MaxRecvMsgSize and MaxSendMsgSize which need
to be set independently.
2018-02-07 12:00:13 -05:00
Hadrien Chauvin 838d780894 update google.golang.org/grpc to 1.7.2 (#3101) 2017-11-22 09:16:02 -07:00
Adam Reese 2e819e014d
fix(*): handle unreleased versioning
Adds an `unreleased` flag to the version if not building from HEAD of a
tag. The compatibility check is bypassed if the client or server are
unreleased.

fixes #2110
2017-05-01 12:06:50 -07:00
sadlil 8c81e7336a Add prometheus monitoring for tiler 2017-04-13 09:37:12 +06:00
Serguei Bezverkhi 26343023a3 fix(tiller): increase maximum size of gRPC message
* tiller_fix_2261

* fix(tiller) 2261 Increase maxMsgSize to 20MB
2017-04-12 11:23:32 -06:00
fibonacci1729 735f4e3d4a feat/tls: add TLS support for helm / tiller 2017-04-04 12:20:37 -06:00
Adam Reese b82d519025 ref(tiller): dry up client/server version checks 2016-12-22 14:23:37 -08:00