Skip to content

Commit 78ef05a

Browse files
authored
NODE-6187-Release-5.3.7
Release 5.3.7
2 parents fde4413 + a0a0cd9 commit 78ef05a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

helm/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: wallarm-sidecar
3-
version: 5.3.0
4-
appVersion: 5.3.0
3+
version: 5.3.7
4+
appVersion: 5.3.7
55
description: Sidecar controller for Kubernetes. Injects sidecar proxy based on NGINX with Wallarm module and helper services.
66
home: https://github.com/wallarm/sidecar
77
icon: https://static.wallarm.com/wallarm-logo.svg
@@ -21,8 +21,8 @@ kubeVersion: ">=1.19.16-0"
2121
annotations:
2222
artifacthub.io/images: |
2323
- name: sidecar
24-
image: wallarm/sidecar:5.3.0
24+
image: wallarm/sidecar:5.3.7
2525
- name: sidecar-controller
2626
image: wallarm/sidecar-controller:1.6.0
2727
- name: node-helpers
28-
image: wallarm/node-helpers:5.3.0
28+
image: wallarm/node-helpers:5.3.7

helm/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ config:
217217
image:
218218
registry: docker.io
219219
image: wallarm/sidecar
220-
tag: 5.3.0
220+
tag: 5.3.7
221221
pullPolicy: IfNotPresent
222222
### Shared security context for all (init and regular) containers in sidecar schema except `iptables` container.
223223
### For `iptables` container it is described in `sidecar.initContainers.iptables.securityContext` value
@@ -420,7 +420,7 @@ helper:
420420
image:
421421
registry: docker.io
422422
image: wallarm/node-helpers
423-
tag: 5.3.0
423+
tag: 5.3.7
424424
pullPolicy: IfNotPresent
425425

426426
### Configuration for post-analytics module

0 commit comments

Comments
 (0)