Skip to content

Commit

Permalink
Update packet-headers to v0.7.5 (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria authored Nov 4, 2024
1 parent 9358136 commit 482d0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/daemonsets/templates.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ local Traceroute(expName, tcpPort, hostNetwork, anonMode) = [
local Pcap(expName, tcpPort, hostNetwork, siteType, anonMode) = [
{
name: 'packet-headers',
image: 'measurementlab/packet-headers:v0.7.4',
image: 'measurementlab/packet-headers:v0.7.5',
args: [
if hostNetwork then
'-prometheusx.listen-address=127.0.0.1:' + tcpPort
Expand Down

0 comments on commit 482d0e8

Please sign in to comment.