Skip to content

Commit

Permalink
Merge pull request #476 from wallarm/NODE-5882
Browse files Browse the repository at this point in the history
NODE-5882 Release 5.1.0-rc2
  • Loading branch information
alexorekhov authored Oct 29, 2024
2 parents 331494c + d97eaf2 commit 57a999d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AIO_BASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.3
5.1.0-rc2
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.3-1
5.1.0-rc2
4 changes: 2 additions & 2 deletions charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: wallarm-ingress
version: 5.0.3
appVersion: 5.0.3
version: 5.1.0-rc2
appVersion: 5.1.0-rc2
home: https://github.com/wallarm/ingress
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer with Wallarm module
icon: https://static.wallarm.com/wallarm-logo.svg
Expand Down
6 changes: 3 additions & 3 deletions charts/ingress-nginx/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,11 @@ Create the name of the controller service account to use
- name: APIFW_WRITE_TIMEOUT
value: 5s
- name: APIFW_READ_BUFFER_SIZE
value: "{{ .Values.controller.wallarm.apiFirewall.readBufferSize }}"
value: "{{ .Values.controller.wallarm.apiFirewall.readBufferSize | int64 }}"
- name: APIFW_WRITE_BUFFER_SIZE
value: "{{ .Values.controller.wallarm.apiFirewall.writeBufferSize }}"
value: "{{ .Values.controller.wallarm.apiFirewall.writeBufferSize | int64 }}"
- name: APIFW_MAX_REQUEST_BODY_SIZE
value: "{{ .Values.controller.wallarm.apiFirewall.maxRequestBodySize }}"
value: "{{ .Values.controller.wallarm.apiFirewall.maxRequestBodySize | int64 }}"
- name: APIFW_DISABLE_KEEPALIVE
value: "{{ .Values.controller.wallarm.apiFirewall.disableKeepalive }}"
- name: APIFW_MAX_CONNS_PER_IP
Expand Down
4 changes: 2 additions & 2 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ controller:
## for backwards compatibility consider setting the full image url via the repository value below
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
## repository:
tag: "5.0.3-1"
tag: "5.1.0-rc2"
pullPolicy: IfNotPresent
runAsNonRoot: true
# www-data -> uid 101
Expand Down Expand Up @@ -936,7 +936,7 @@ controller:
## The image name and tag for the helper image
##
image: docker.io/wallarm/node-helpers
tag: 5.0.3-1
tag: 5.1.0-rc2
tarantool:
kind: Deployment
service:
Expand Down

0 comments on commit 57a999d

Please sign in to comment.