Skip to content

Commit

Permalink
DE-58 Bump Node and Chart versions to 4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Dmitriev committed Apr 29, 2024
1 parent b1d96d1 commit 4d81605
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: wallarm-sidecar
version: 4.10.2
appVersion: 4.10.2-1
version: 4.10.4
appVersion: 4.10.4-1
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 Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ config:
image:
registry: docker.io
image: wallarm/sidecar
tag: "4.10.2-1"
tag: "4.10.4-rc1"
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 @@ -348,7 +348,7 @@ helper:
image:
registry: "docker.io"
image: "wallarm/node-helpers"
tag: "4.10.2-2"
tag: "4.10.4-1"
pullPolicy: IfNotPresent

### Configuration for post-analytics module
Expand Down
3 changes: 3 additions & 0 deletions test/smoke/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ EOF

kubectl wait --for=condition=Ready pods --all --timeout=120s || get_logs_and_fail

# Workaround - sometimes sidecar container is not injected right after controller deployment
sleep 10

echo "[test-env] deploying test workload ..."
kubectl apply -f "${DIR}"/workload.yaml --wait
kubectl wait --for=condition=Ready pods --all --timeout=140s
Expand Down

0 comments on commit 4d81605

Please sign in to comment.