From 04a98b705f748392ba4344d588ac805002effd4c Mon Sep 17 00:00:00 2001 From: Aleksandr Orekhov Date: Tue, 5 Nov 2024 13:31:59 +0100 Subject: [PATCH] Release 5.1.0 --- 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 a29e4a9..fe8c680 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: wallarm-sidecar -version: 5.0.3 -appVersion: 5.0.3 +version: 5.1.0 +appVersion: 5.1.0 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.3-1 + image: wallarm/sidecar:5.1.0-1 - name: sidecar-controller image: wallarm/sidecar-controller:1.3.11 - name: node-helpers - image: wallarm/node-helpers:5.0.3-1 + image: wallarm/node-helpers:5.1.0-1 diff --git a/helm/values.yaml b/helm/values.yaml index 3fa9d09..3769a7b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -191,7 +191,7 @@ config: image: registry: docker.io image: wallarm/sidecar - tag: 5.0.3-1 + tag: 5.1.0-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.3-1 + tag: 5.1.0-1 pullPolicy: IfNotPresent ### Configuration for post-analytics module