From 5e74db3a13eff19554b6306d6100e1514a605543 Mon Sep 17 00:00:00 2001 From: nkinkade Date: Tue, 13 Feb 2024 08:28:09 -0700 Subject: [PATCH] Updates uuid-annotator container image to v0.5.5 (#871) --- k8s/daemonsets/templates.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/daemonsets/templates.jsonnet b/k8s/daemonsets/templates.jsonnet index bbe94cfc..b71f1110 100644 --- a/k8s/daemonsets/templates.jsonnet +++ b/k8s/daemonsets/templates.jsonnet @@ -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