Skip to content
Snippets Groups Projects
Unverified Commit 901ee03f authored by Mario Macias's avatar Mario Macias Committed by GitHub
Browse files

Fix e2e tests (#69)

parent 914cebf0
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ spec:
serviceAccountName: netobserv-account
containers:
- name: flowlogs-pipeline
image: quay.io/netobserv/flowlogs-pipeline:latest
image: quay.io/netobserv/flowlogs-pipeline:main
ports:
- containerPort: 9999
hostPort: 9999
......
......@@ -65,7 +65,7 @@ spec:
serviceAccountName: netobserv-account
containers:
- name: packet-counter
image: quay.io/netobserv/flowlogs-pipeline:latest
image: quay.io/netobserv/flowlogs-pipeline:main
ports:
- containerPort: 9999
hostPort: 9999
......
......@@ -16,7 +16,7 @@ spec:
serviceAccountName: ebpf-agent-test
containers:
- name: flp
image: quay.io/netobserv/flowlogs-pipeline:latest
image: quay.io/netobserv/flowlogs-pipeline:main
ports:
- containerPort: 9999
hostPort: 9999
......
......@@ -16,7 +16,7 @@ spec:
serviceAccountName: ebpf-agent-test
containers:
- name: flp
image: quay.io/netobserv/flowlogs-pipeline:latest
image: quay.io/netobserv/flowlogs-pipeline:main
args:
- --config=/etc/flp/config.yaml
volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment