diff --git a/TAG b/TAG index 2fe9589..0c00f61 100644 --- a/TAG +++ b/TAG @@ -1 +1 @@ -1.3.9 \ No newline at end of file +1.3.10 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 505dea4..8be6d42 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: wallarm-sidecar -version: 5.0.1 -appVersion: 5.0.1 +version: 5.0.2 +appVersion: 5.0.2 description: Sidecar controller for Kubernetes. Injects sidecar proxy based on NGINX with Wallarm module and helper services. home: https://github.com/wallarm/sidecar icon: https://static.wallarm.com/wallarm-logo.svg @@ -21,8 +21,8 @@ kubeVersion: ">=1.19.16-0" annotations: artifacthub.io/images: | - name: sidecar - image: wallarm/sidecar:5.0.1-1 + image: wallarm/sidecar:5.0.2-1 - name: sidecar-controller image: wallarm/sidecar-controller:1.3.9 - name: node-helpers - image: wallarm/node-helpers:5.0.1-1 + image: wallarm/node-helpers:5.0.2-1 diff --git a/helm/values.yaml b/helm/values.yaml index a1902f7..a5a0f6f 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -191,7 +191,7 @@ config: image: registry: docker.io image: wallarm/sidecar - tag: 5.0.1-1 + tag: 5.0.2-1 pullPolicy: IfNotPresent ### Shared security context for all (init and regular) containers in sidecar schema except `iptables` container. ### For `iptables` container it is described in `sidecar.initContainers.iptables.securityContext` value @@ -394,7 +394,7 @@ helper: image: registry: docker.io image: wallarm/node-helpers - tag: 5.0.1-1 + tag: 5.0.2-1 pullPolicy: IfNotPresent ### Configuration for post-analytics module diff --git a/test/smoke/run.sh b/test/smoke/run.sh index fd0889f..cb67f60 100755 --- a/test/smoke/run.sh +++ b/test/smoke/run.sh @@ -153,7 +153,7 @@ sleep 10 echo "[test-env] deploying test workload ..." kubectl apply -f "${DIR}"/workload.yaml --wait -kubectl wait --for=condition=Ready pods --all --timeout=140s +kubectl wait --for=condition=Ready pods --all --timeout=140s || (kubectl describe po -l "app.kubernetes.io/component=workload" && exit 1) echo "[test-env] running smoke tests suite ..." make -C "${DIR}"/../../ smoke-test diff --git a/test/smoke/workload.yaml b/test/smoke/workload.yaml index 838bdf3..3bfd1d4 100644 --- a/test/smoke/workload.yaml +++ b/test/smoke/workload.yaml @@ -112,6 +112,7 @@ spec: labels: app: workload wallarm-sidecar: enabled + app.kubernetes.io/component: workload annotations: sidecar.wallarm.io/wallarm-mode: "block" sidecar.wallarm.io/proxy-extra-volumes: '[{"name": "nginx-http-extra-config", "configMap": {"name": "sidecar-config"}}]'