Skip to content

Commit 5cc99c8

Browse files
authored
fix: prometheus shouldnt use latest (ethereum#924)
Prometheus for some reason overrides their bugfix releases for older versions of major prom versions with `latest`, breaking everything for everyone else.
1 parent fd1e262 commit 5cc99c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_io/input_parser.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ def get_default_prometheus_params():
11691169
"max_cpu": 1000,
11701170
"min_mem": 128,
11711171
"max_mem": 2048,
1172-
"image": "prom/prometheus:latest",
1172+
"image": "prom/prometheus:v3.2.1",
11731173
}
11741174

11751175

0 commit comments

Comments
 (0)