Skip to content

Commit 43f3e87

Browse files
authored
Merge pull request #212 from wallarm/NODE-6201-Release-5.3.8
NODE-6201 Release 5.3.8
2 parents 78ef05a + 2c21577 commit 43f3e87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: wallarm-sidecar
3-
version: 5.3.7
3+
version: 5.3.8
44
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
@@ -21,7 +21,7 @@ kubeVersion: ">=1.19.16-0"
2121
annotations:
2222
artifacthub.io/images: |
2323
- name: sidecar
24-
image: wallarm/sidecar:5.3.7
24+
image: wallarm/sidecar:5.3.8
2525
- name: sidecar-controller
2626
image: wallarm/sidecar-controller:1.6.0
2727
- name: node-helpers

helm/values.yaml

+1-1
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.7
220+
tag: 5.3.8
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

0 commit comments

Comments
 (0)