Skip to content

Commit

Permalink
Merge pull request #120 from wallarm/DEVOPS-2023
Browse files Browse the repository at this point in the history
Helm release 4.6.3
  • Loading branch information
xDmitriev authored Jun 20, 2023
2 parents 9dcf1fe + 30771e1 commit 2eeb63e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CONTROLLER_IMAGE = $(IMAGE):$(TAG)

### For embedding into the chart
###
SIDECAR_IMAGE := wallarm/sidecar:4.6.3-1
SIDECAR_IMAGE := wallarm/sidecar:4.6.3-2
TARANTOOL_IMAGE := wallarm/ingress-tarantool:4.6.4-1
RUBY_IMAGE := wallarm/ingress-ruby:4.6.4-1
PYTHON_IMAGE := wallarm/ingress-python:4.6.4-1
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: wallarm-sidecar
version: 4.6.2
version: 4.6.3
appVersion: 4.6.3
description: Sidecar controller for Kubernetes. Injects sidecar proxy based on NGINX with Wallarm module and helper services.
home: https://github.com/wallarm/sidecar
Expand All @@ -21,7 +21,7 @@ kubeVersion: ">=1.19.16-0"
annotations:
artifacthub.io/images: |
- name: sidecar
image: wallarm/sidecar:4.6.3-1
image: wallarm/sidecar:4.6.3-2
- name: sidecar-controller
image: wallarm/sidecar-controller:1.3.1
- name: ingress-ruby
Expand Down
2 changes: 1 addition & 1 deletion 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: "4.6.3-1"
tag: "4.6.3-2"
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

0 comments on commit 2eeb63e

Please sign in to comment.