Commit 5cc99c8f authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: prometheus shouldnt use latest (#924)

Prometheus for some reason overrides their bugfix releases for older
versions of major prom versions with `latest`, breaking everything for
everyone else.
parent fd1e2629
......@@ -1169,7 +1169,7 @@ def get_default_prometheus_params():
"max_cpu": 1000,
"min_mem": 128,
"max_mem": 2048,
"image": "prom/prometheus:latest",
"image": "prom/prometheus:v3.2.1",
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment