Skip to content

Commit

Permalink
Merge pull request #163 from wallarm/PROD-2382
Browse files Browse the repository at this point in the history
PROD-2382 Release 4.10.7
  • Loading branch information
nedvna authored Jul 3, 2024
2 parents 953b49c + ebb8b58 commit 9b065f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
test:
name: Test
needs: build
# TODO switch to main when tests success
uses: wallarm/sidecar/.github/workflows/test.yaml@NODE-5391
uses: wallarm/sidecar/.github/workflows/test.yaml@main
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}
VAULT_ROLE: ${{ secrets.VAULT_ROLE }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
env:
ARCH: amd64
strategy:
fail-fast: false # TODO: tmp debug
matrix:
kubeVersion:
- 1.19.16
Expand Down
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: 4.10.6
appVersion: 4.10.6-1
version: 4.10.7
appVersion: 4.10.7-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:4.10.6-1
image: wallarm/sidecar:4.10.7-1
- name: sidecar-controller
image: wallarm/sidecar-controller:1.3.7
- name: node-helpers
image: wallarm/node-helpers:4.10.6-1
image: wallarm/node-helpers:4.10.7-1
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ config:
image:
registry: docker.io
image: wallarm/sidecar
tag: 4.10.6-1
tag: 4.10.7-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 @@ -348,7 +348,7 @@ helper:
image:
registry: docker.io
image: wallarm/node-helpers
tag: 4.10.6-1
tag: 4.10.7-1
pullPolicy: IfNotPresent

### Configuration for post-analytics module
Expand Down

0 comments on commit 9b065f0

Please sign in to comment.