Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NODE-6011 Release 5.2.1 #199

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NODE-6011 Release 5.2.1
  • Loading branch information
braek-neck committed Dec 9, 2024
commit 1051d35c41091e18a199c76318ac569f89898217
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.1.0
appVersion: 5.1.0
version: 5.2.1
appVersion: 5.2.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 All @@ -21,8 +21,8 @@ kubeVersion: ">=1.19.16-0"
annotations:
artifacthub.io/images: |
- name: sidecar
image: wallarm/sidecar:5.1.0-1
image: wallarm/sidecar:5.2.1
- name: sidecar-controller
image: wallarm/sidecar-controller:1.3.11
- name: node-helpers
image: wallarm/node-helpers:5.1.0-1
image: wallarm/node-helpers:5.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.1.0-1
tag: 5.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.1.0-1
tag: 5.2.1
pullPolicy: IfNotPresent

### Configuration for post-analytics module
Expand Down
Loading