Skip to content

Commit 381fda0

Browse files
edegenetais-nxEric Degenetais
authored andcommitted
Merge pull request #21 from ansforge/bug/20_prometheus_docker_tags_are_vx.y.z_not_x.y.z
Add the missing v to the prometheus docker tag spec.
1 parent adae4c3 commit 381fda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psc-prometheus/waypoint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ variable "image" {
8383

8484
variable "tag" {
8585
type = string
86-
default = "2.51.0"
86+
default = "v2.51.0"
8787
}
8888

0 commit comments

Comments
 (0)