File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : wallarm-sidecar
3
- version : 5.3.7
3
+ version : 5.3.8
4
4
appVersion : 5.3.7
5
5
description : Sidecar controller for Kubernetes. Injects sidecar proxy based on NGINX with Wallarm module and helper services.
6
6
home : https://github.com/wallarm/sidecar
@@ -21,7 +21,7 @@ kubeVersion: ">=1.19.16-0"
21
21
annotations :
22
22
artifacthub.io/images : |
23
23
- name: sidecar
24
- image: wallarm/sidecar:5.3.7
24
+ image: wallarm/sidecar:5.3.8
25
25
- name: sidecar-controller
26
26
image: wallarm/sidecar-controller:1.6.0
27
27
- name: node-helpers
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ config:
217
217
image :
218
218
registry : docker.io
219
219
image : wallarm/sidecar
220
- tag : 5.3.7
220
+ tag : 5.3.8
221
221
pullPolicy : IfNotPresent
222
222
# ## Shared security context for all (init and regular) containers in sidecar schema except `iptables` container.
223
223
# ## For `iptables` container it is described in `sidecar.initContainers.iptables.securityContext` value
You can’t perform that action at this time.
0 commit comments