Skip to content

Commit

Permalink
Update containers in examples and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 22, 2022
1 parent 9fe9a64 commit bbcd1c1
Show file tree
Hide file tree
Showing 19 changed files with 342 additions and 186 deletions.
4 changes: 2 additions & 2 deletions examples/custom-resources/app-protect-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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand All @@ -29,4 +29,4 @@ spec:
targetPort: 514
protocol: TCP
selector:
app: syslog
app: syslog
2 changes: 1 addition & 1 deletion examples/custom-resources/app-protect-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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-resources/app-protect-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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-resources/basic-tcp-udp/dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: coredns
image: coredns/coredns:1.8.6
image: coredns/coredns:1.10.0
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts:
- name: config-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: k8s.gcr.io/external-dns/external-dns:v0.12.0
image: k8s.gcr.io/external-dns/external-dns:v0.12.2
args:
- --source=service
- --source=ingress
- --source=crd
- --crd-source-apiversion=externaldns.nginx.org/v1
- --crd-source-apiversion=externaldns.nginx.org/v1
- --crd-source-kind=DNSEndpoint
- --domain-filter=<MY_DOMAIN> # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
- --provider=aws
Expand Down
4 changes: 2 additions & 2 deletions examples/ingress-resources/app-protect-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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand All @@ -29,4 +29,4 @@ spec:
targetPort: 514
protocol: TCP
selector:
app: syslog
app: syslog
2 changes: 1 addition & 1 deletion examples/ingress-resources/app-protect-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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/ingress-resources/app-protect-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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion examples/ingress-resources/tcp-udp/dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: coredns
image: coredns/coredns:1.8.6
image: coredns/coredns:1.10.0
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts:
- name: config-volume
Expand Down
2 changes: 1 addition & 1 deletion tests/data/ap-waf-grpc/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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion tests/data/ap-waf/syslog-1.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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion tests/data/ap-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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion tests/data/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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
2 changes: 1 addition & 1 deletion tests/data/appprotect/syslog2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: syslog2
image: balabit/syslog-ng:3.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand Down
4 changes: 2 additions & 2 deletions tests/data/dos/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.35.1
image: balabit/syslog-ng:3.38.1
ports:
- containerPort: 514
- containerPort: 601
Expand All @@ -29,4 +29,4 @@ spec:
targetPort: 514
protocol: TCP
selector:
app: syslog
app: syslog
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: coredns
image: coredns/coredns:1.8.6
image: coredns/coredns:1.10.0
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts:
- name: config-volume
Expand Down

0 comments on commit bbcd1c1

Please sign in to comment.