Skip to content

Commit

Permalink
Updates uuid-annotator container image to v0.5.5 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade authored Feb 13, 2024
1 parent 2e4e1cd commit 5e74db3
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 @@ -517,7 +517,7 @@ local Jostler(expName, tcpPort, datatypesAutoloaded, hostNetwork, bucket) = [
local UUIDAnnotator(expName, tcpPort, hostNetwork) = [
{
name: 'uuid-annotator',
image: 'measurementlab/uuid-annotator:v0.5.3',
image: 'measurementlab/uuid-annotator:v0.5.5',
args: [
if hostNetwork then
'-prometheusx.listen-address=127.0.0.1:' + tcpPort
Expand Down

0 comments on commit 5e74db3

Please sign in to comment.