Commit 0b69a63 Aleksandr Orekhov
committed
1 parent 43f3e87 commit 0b69a63 Copy full SHA for 0b69a63
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 1.6.0
1
+ 1.6.1
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : wallarm-sidecar
3
- version : 5.3.8
4
- appVersion : 5.3.7
3
+ version : 5.3.9
4
+ appVersion : 5.3.8
5
5
description : Sidecar controller for Kubernetes. Injects sidecar proxy based on NGINX with Wallarm module and helper services.
6
6
home : https://github.com/wallarm/sidecar
7
7
icon : https://static.wallarm.com/wallarm-logo.svg
@@ -23,6 +23,6 @@ annotations:
23
23
- name: sidecar
24
24
image: wallarm/sidecar:5.3.8
25
25
- name: sidecar-controller
26
- image: wallarm/sidecar-controller:1.6.0
26
+ image: wallarm/sidecar-controller:1.6.1
27
27
- name: node-helpers
28
- image: wallarm/node-helpers:5.3.7
28
+ image: wallarm/node-helpers:5.3.8
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ helper:
420
420
image :
421
421
registry : docker.io
422
422
image : wallarm/node-helpers
423
- tag : 5.3.7
423
+ tag : 5.3.8
424
424
pullPolicy : IfNotPresent
425
425
426
426
# ## Configuration for post-analytics module
@@ -791,7 +791,7 @@ controller:
791
791
image :
792
792
registry : docker.io
793
793
image : wallarm/sidecar-controller
794
- tag : 1.6.0
794
+ tag : 1.6.1
795
795
pullPolicy : IfNotPresent
796
796
# -- Admission webhook configuration
797
797
# @default -- *See below for details*
You can’t perform that action at this time.
0 commit comments