Skip to content

Commit 901ee03

Browse files
author
Mario Macias
authored
Fix e2e tests (#69)
1 parent 914cebf commit 901ee03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deployments/flp-daemonset-cap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
serviceAccountName: netobserv-account
5757
containers:
5858
- name: flowlogs-pipeline
59-
image: quay.io/netobserv/flowlogs-pipeline:latest
59+
image: quay.io/netobserv/flowlogs-pipeline:main
6060
ports:
6161
- containerPort: 9999
6262
hostPort: 9999

deployments/flp-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
serviceAccountName: netobserv-account
6666
containers:
6767
- name: packet-counter
68-
image: quay.io/netobserv/flowlogs-pipeline:latest
68+
image: quay.io/netobserv/flowlogs-pipeline:main
6969
ports:
7070
- containerPort: 9999
7171
hostPort: 9999

e2e/cluster/base/03-flp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
serviceAccountName: ebpf-agent-test
1717
containers:
1818
- name: flp
19-
image: quay.io/netobserv/flowlogs-pipeline:latest
19+
image: quay.io/netobserv/flowlogs-pipeline:main
2020
ports:
2121
- containerPort: 9999
2222
hostPort: 9999

e2e/kafka/manifests/20-flp-transformer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
serviceAccountName: ebpf-agent-test
1717
containers:
1818
- name: flp
19-
image: quay.io/netobserv/flowlogs-pipeline:latest
19+
image: quay.io/netobserv/flowlogs-pipeline:main
2020
args:
2121
- --config=/etc/flp/config.yaml
2222
volumeMounts:

0 commit comments

Comments
 (0)