Skip to content

Commit

Permalink
Merge pull request #185 from wallarm/NODE-5762
Browse files Browse the repository at this point in the history
NODE-5762 Release 5.0.2
  • Loading branch information
braek-neck committed Sep 19, 2024
2 parents 42484dd + 2f9af83 commit 45a5394
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.9
1.3.10
8 changes: 4 additions & 4 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions test/smoke/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}]'
Expand Down

0 comments on commit 45a5394

Please sign in to comment.