Skip to content

Commit

Permalink
update to latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Aug 16, 2024
1 parent b87a42c commit e894570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
L2DiscoveryContainerName = "l2discovery"
timeoutDaemon = time.Second * 60
L2DiscoveryDuration = time.Second * 15
l2DiscoveryImage = "quay.io/testnetworkfunction/l2discovery:v9"
l2DiscoveryImage = "quay.io/redhat-cne/l2discovery:v10"
L2ContainerCPULim = "100m"
L2ContainerCPUReq = "100m"
L2ContainerMemLim = "100M"
Expand Down

0 comments on commit e894570

Please sign in to comment.