From 49186e83969fb722ae6e3a2726f5fff3ff601a4d Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Tue, 10 Sep 2024 15:14:26 +0200 Subject: [PATCH] Add the missing v to the prometheus docker tag spec. --- psc-prometheus/waypoint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psc-prometheus/waypoint.hcl b/psc-prometheus/waypoint.hcl index 3f537e0..4ca8daa 100644 --- a/psc-prometheus/waypoint.hcl +++ b/psc-prometheus/waypoint.hcl @@ -83,6 +83,6 @@ variable "image" { variable "tag" { type = string - default = "2.51.0" + default = "v2.51.0" }