Skip to content

Commit 45a5394

Browse files
authored
Merge pull request #185 from wallarm/NODE-5762
NODE-5762 Release 5.0.2
2 parents 42484dd + 2f9af83 commit 45a5394

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

TAG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.9
1+
1.3.10

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.0.1
4-
appVersion: 5.0.1
3+
version: 5.0.2
4+
appVersion: 5.0.2
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.0.1-1
24+
image: wallarm/sidecar:5.0.2-1
2525
- name: sidecar-controller
2626
image: wallarm/sidecar-controller:1.3.9
2727
- name: node-helpers
28-
image: wallarm/node-helpers:5.0.1-1
28+
image: wallarm/node-helpers:5.0.2-1

helm/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ config:
191191
image:
192192
registry: docker.io
193193
image: wallarm/sidecar
194-
tag: 5.0.1-1
194+
tag: 5.0.2-1
195195
pullPolicy: IfNotPresent
196196
### Shared security context for all (init and regular) containers in sidecar schema except `iptables` container.
197197
### For `iptables` container it is described in `sidecar.initContainers.iptables.securityContext` value
@@ -394,7 +394,7 @@ helper:
394394
image:
395395
registry: docker.io
396396
image: wallarm/node-helpers
397-
tag: 5.0.1-1
397+
tag: 5.0.2-1
398398
pullPolicy: IfNotPresent
399399

400400
### Configuration for post-analytics module

test/smoke/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ sleep 10
153153

154154
echo "[test-env] deploying test workload ..."
155155
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)
157157

158158
echo "[test-env] running smoke tests suite ..."
159159
make -C "${DIR}"/../../ smoke-test

test/smoke/workload.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ spec:
112112
labels:
113113
app: workload
114114
wallarm-sidecar: enabled
115+
app.kubernetes.io/component: workload
115116
annotations:
116117
sidecar.wallarm.io/wallarm-mode: "block"
117118
sidecar.wallarm.io/proxy-extra-volumes: '[{"name": "nginx-http-extra-config", "configMap": {"name": "sidecar-config"}}]'

0 commit comments

Comments
 (0)