File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- 1.3.9
1
+ 1.3.10
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : wallarm-sidecar
3
- version : 5.0.1
4
- appVersion : 5.0.1
3
+ version : 5.0.2
4
+ appVersion : 5.0.2
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.0.1 -1
24
+ image: wallarm/sidecar:5.0.2 -1
25
25
- name: sidecar-controller
26
26
image: wallarm/sidecar-controller:1.3.9
27
27
- name: node-helpers
28
- image: wallarm/node-helpers:5.0.1 -1
28
+ image: wallarm/node-helpers:5.0.2 -1
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ config:
191
191
image :
192
192
registry : docker.io
193
193
image : wallarm/sidecar
194
- tag : 5.0.1 -1
194
+ tag : 5.0.2 -1
195
195
pullPolicy : IfNotPresent
196
196
# ## Shared security context for all (init and regular) containers in sidecar schema except `iptables` container.
197
197
# ## For `iptables` container it is described in `sidecar.initContainers.iptables.securityContext` value
@@ -394,7 +394,7 @@ helper:
394
394
image :
395
395
registry : docker.io
396
396
image : wallarm/node-helpers
397
- tag : 5.0.1 -1
397
+ tag : 5.0.2 -1
398
398
pullPolicy : IfNotPresent
399
399
400
400
# ## Configuration for post-analytics module
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ sleep 10
153
153
154
154
echo " [test-env] deploying test workload ..."
155
155
kubectl apply -f " ${DIR} " /workload.yaml --wait
156
- kubectl wait --for=condition=Ready pods --all --timeout=140s
156
+ kubectl wait --for=condition=Ready pods --all --timeout=140s || (kubectl describe po -l " app.kubernetes.io/component=workload " && exit 1)
157
157
158
158
echo " [test-env] running smoke tests suite ..."
159
159
make -C " ${DIR} " /../../ smoke-test
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ spec:
112
112
labels :
113
113
app : workload
114
114
wallarm-sidecar : enabled
115
+ app.kubernetes.io/component : workload
115
116
annotations :
116
117
sidecar.wallarm.io/wallarm-mode : " block"
117
118
sidecar.wallarm.io/proxy-extra-volumes : ' [{"name": "nginx-http-extra-config", "configMap": {"name": "sidecar-config"}}]'
You can’t perform that action at this time.
0 commit comments