From 2c21577b32140678371867a9581d2e2e2aaebf62 Mon Sep 17 00:00:00 2001 From: Aleksandr Orekhov Date: Mon, 17 Feb 2025 16:27:14 +0100 Subject: [PATCH] Release 5.3.8 --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4ea44e3..1dfd4ff 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: wallarm-sidecar -version: 5.3.7 +version: 5.3.8 appVersion: 5.3.7 description: Sidecar controller for Kubernetes. Injects sidecar proxy based on NGINX with Wallarm module and helper services. home: https://github.com/wallarm/sidecar @@ -21,7 +21,7 @@ kubeVersion: ">=1.19.16-0" annotations: artifacthub.io/images: | - name: sidecar - image: wallarm/sidecar:5.3.7 + image: wallarm/sidecar:5.3.8 - name: sidecar-controller image: wallarm/sidecar-controller:1.6.0 - name: node-helpers diff --git a/helm/values.yaml b/helm/values.yaml index e800979..249dfad 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -217,7 +217,7 @@ config: image: registry: docker.io image: wallarm/sidecar - tag: 5.3.7 + tag: 5.3.8 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