File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- 5.1.0-rc1
1+ 5.1.0-rc2
Original file line number Diff line number Diff line change 1- 5.1.0-rc1
1+ 5.1.0-rc2
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : wallarm-ingress
3- version : 5.1.0-rc1
4- appVersion : 5.1.0-rc1
3+ version : 5.1.0-rc2
4+ appVersion : 5.1.0-rc2
55home : https://github.com/wallarm/ingress
66description : Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer with Wallarm module
77icon : https://static.wallarm.com/wallarm-logo.svg
Original file line number Diff line number Diff line change @@ -364,11 +364,11 @@ Create the name of the controller service account to use
364364 - name: APIFW_WRITE_TIMEOUT
365365 value: 5s
366366 - name: APIFW_READ_BUFFER_SIZE
367- value: "{ { .Values.controller.wallarm.apiFirewall.readBufferSize } }"
367+ value: "{ { .Values.controller.wallarm.apiFirewall.readBufferSize | int64 } }"
368368 - name: APIFW_WRITE_BUFFER_SIZE
369- value: "{ { .Values.controller.wallarm.apiFirewall.writeBufferSize } }"
369+ value: "{ { .Values.controller.wallarm.apiFirewall.writeBufferSize | int64 } }"
370370 - name: APIFW_MAX_REQUEST_BODY_SIZE
371- value: "{ { .Values.controller.wallarm.apiFirewall.maxRequestBodySize } }"
371+ value: "{ { .Values.controller.wallarm.apiFirewall.maxRequestBodySize | int64 } }"
372372 - name: APIFW_DISABLE_KEEPALIVE
373373 value: "{ { .Values.controller.wallarm.apiFirewall.disableKeepalive } }"
374374 - name: APIFW_MAX_CONNS_PER_IP
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ controller:
2626 # # for backwards compatibility consider setting the full image url via the repository value below
2727 # # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
2828 # # repository:
29- tag : " 5.1.0-rc1 "
29+ tag : " 5.1.0-rc2 "
3030 pullPolicy : IfNotPresent
3131 runAsNonRoot : true
3232 # www-data -> uid 101
@@ -936,7 +936,7 @@ controller:
936936 # # The image name and tag for the helper image
937937 # #
938938 image : docker.io/wallarm/node-helpers
939- tag : 5.1.0-rc1
939+ tag : 5.1.0-rc2
940940 tarantool :
941941 kind : Deployment
942942 service :
You can’t perform that action at this time.
0 commit comments