File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : wallarm-sidecar
3
- version : 5.2.11
4
- appVersion : 5.2.11
3
+ version : 5.3.0
4
+ appVersion : 5.3.0
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
7
7
icon : https://static.wallarm.com/wallarm-logo.svg
@@ -21,8 +21,8 @@ kubeVersion: ">=1.19.16-0"
21
21
annotations :
22
22
artifacthub.io/images : |
23
23
- name: sidecar
24
- image: wallarm/sidecar:5.2.11
24
+ image: wallarm/sidecar:5.3.0
25
25
- name: sidecar-controller
26
26
image: wallarm/sidecar-controller:1.6.0
27
27
- name: node-helpers
28
- image: wallarm/node-helpers:5.2.11
28
+ image: wallarm/node-helpers:5.3.0
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.2.11
220
+ tag : 5.3.0
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
@@ -420,7 +420,7 @@ helper:
420
420
image :
421
421
registry : docker.io
422
422
image : wallarm/node-helpers
423
- tag : 5.2.11
423
+ tag : 5.3.0
424
424
pullPolicy : IfNotPresent
425
425
426
426
# ## Configuration for post-analytics module
You can’t perform that action at this time.
0 commit comments