Skip to content

Commit

Permalink
Merge pull request #465 from wallarm/NODE-5819
Browse files Browse the repository at this point in the history
NODE-5819 Release 5.0.3
  • Loading branch information
alexorekhov authored Oct 8, 2024
2 parents 37f89e1 + 6ac9628 commit e2cb4aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AIO_BASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.3-rc2
5.0.3
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.3-rc2
5.0.3-1
6 changes: 4 additions & 2 deletions charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
apiVersion: v2
name: wallarm-ingress
version: 5.0.3-rc2
appVersion: 5.0.3-rc2

version: 5.0.3
appVersion: 5.0.3

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
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-rc2"
tag: "5.0.3-1"
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-rc2
tag: 5.0.3-1
tarantool:
kind: Deployment
service:
Expand Down

0 comments on commit e2cb4aa

Please sign in to comment.