Skip to content

Commit 0b69a63

Browse files
author
Aleksandr Orekhov
committed
Build new controller
1 parent 43f3e87 commit 0b69a63

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

TAG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

helm/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: wallarm-sidecar
3-
version: 5.3.8
4-
appVersion: 5.3.7
3+
version: 5.3.9
4+
appVersion: 5.3.8
55
description: Sidecar controller for Kubernetes. Injects sidecar proxy based on NGINX with Wallarm module and helper services.
66
home: https://github.com/wallarm/sidecar
77
icon: https://static.wallarm.com/wallarm-logo.svg
@@ -23,6 +23,6 @@ annotations:
2323
- name: sidecar
2424
image: wallarm/sidecar:5.3.8
2525
- name: sidecar-controller
26-
image: wallarm/sidecar-controller:1.6.0
26+
image: wallarm/sidecar-controller:1.6.1
2727
- name: node-helpers
28-
image: wallarm/node-helpers:5.3.7
28+
image: wallarm/node-helpers:5.3.8

helm/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ helper:
420420
image:
421421
registry: docker.io
422422
image: wallarm/node-helpers
423-
tag: 5.3.7
423+
tag: 5.3.8
424424
pullPolicy: IfNotPresent
425425

426426
### Configuration for post-analytics module
@@ -791,7 +791,7 @@ controller:
791791
image:
792792
registry: docker.io
793793
image: wallarm/sidecar-controller
794-
tag: 1.6.0
794+
tag: 1.6.1
795795
pullPolicy: IfNotPresent
796796
# -- Admission webhook configuration
797797
# @default -- *See below for details*

0 commit comments

Comments
 (0)