From bcbe32ce182fbb611befdfa87c8fdd1e8c99eff8 Mon Sep 17 00:00:00 2001 From: Nikita Nedvetskii Date: Tue, 20 Aug 2024 14:03:08 +0200 Subject: [PATCH] NODE-5653 Release 5.0.1 --- helm/Chart.yaml | 8 ++++---- helm/values.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b93bf16..505dea4 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: wallarm-sidecar -version: 5.0.0 -appVersion: 5.0.0 +version: 5.0.1 +appVersion: 5.0.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 @@ -21,8 +21,8 @@ kubeVersion: ">=1.19.16-0" annotations: artifacthub.io/images: | - name: sidecar - image: wallarm/sidecar:5.0.0-1 + image: wallarm/sidecar:5.0.1-1 - name: sidecar-controller image: wallarm/sidecar-controller:1.3.9 - name: node-helpers - image: wallarm/node-helpers:5.0.0-1 + image: wallarm/node-helpers:5.0.1-1 diff --git a/helm/values.yaml b/helm/values.yaml index c01a5b7..0775298 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -191,7 +191,7 @@ config: image: registry: docker.io image: wallarm/sidecar - tag: 5.0.0-1 + tag: 5.0.1-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.0-1 + tag: 5.0.1-1 pullPolicy: IfNotPresent ### Configuration for post-analytics module