Open athanassis opened 11 months ago
@athanassis I think this issue has been resolved at the moment.
// MaxGRPCMessageSize contains max grpc message size
var MaxGRPCMessageSize = env.ParseNumFromEnv(common.EnvGRPCMaxSizeMB, 100, 0, math.MaxInt32) * 1024 * 1024
Checklist:
argocd version
.Describe the bug
I have set the environmental variable
ARGOCD_GRPC_MAX_SIZE_MB
(described here) to 300M but I cannot synch larger files than 100M:The
ARGOCD_GRPC_MAX_SIZE_MB
is used in in the argo cd server, but has not been used in the reposerver component, where the 100M is still hardcodedTo Reproduce
Expected behavior
Files larger than 100MB can be synched to the target cluster, according to
ARGOCD_GRPC_MAX_SIZE_MB
setting.Version