Skip to content

Commit

Permalink
Merge pull request #2413 from nginxinc/chore/update-syslog-images
Browse files Browse the repository at this point in the history
Update syslog image tag
  • Loading branch information
pleshakov authored Feb 11, 2022
1 parent 12854a1 commit 3958b3e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/appprotect-dos/syslog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: syslog
image: balabit/syslog-ng:3.31.2-buster
image: balabit/syslog-ng:3.35.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/appprotect-dos/syslog2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: syslog-2
image: balabit/syslog-ng:3.31.2-buster
image: balabit/syslog-ng:3.35.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/appprotect/syslog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: syslog
image: balabit/syslog-ng:3.31.2-buster
image: balabit/syslog-ng:3.35.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-resources/dos/syslog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: syslog
image: balabit/syslog-ng:3.31.2-buster
image: balabit/syslog-ng:3.35.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-resources/dos/syslog2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: syslog-2
image: balabit/syslog-ng:3.31.2-buster
image: balabit/syslog-ng:3.35.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-resources/waf/syslog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: syslog
image: balabit/syslog-ng:3.31.2-buster
image: balabit/syslog-ng:3.35.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down

0 comments on commit 3958b3e

Please sign in to comment.