Helm Changes
- Adding
topologySpreadConstraints
to gateway-proxy. (#7582)
Fixes
- Allow storing proto descriptors used for gRPC to JSON transcoding in a ConfigMap and referencing the ConfigMap from the Gateway options. (#7495)
- Avoid
argument list too long
errors from resource rollout job by enabling getting proto descriptors from a ConfigMap instead of including the proto descriptor inline. (#7060)