Skip to content

Commit 7e4d817

Browse files
committed
Update to Prometheus v2.53.1
https://github.com/prometheus/prometheus/releases/tag/v2.53.1 Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 9681fc1 commit 7e4d817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/manifests/prometheus/statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
value: "1"
3636
initContainers:
3737
- name: generate-config
38-
image: container-registry.zalando.net/library/amazonlinux-2023-slim:main-810.1131-20240701
38+
image: container-registry.zalando.net/library/amazonlinux-2023-slim:main-817.1138-20240711
3939
command:
4040
- /bin/bash
4141
args:
@@ -57,7 +57,7 @@ spec:
5757
mountPath: /prometheus
5858
containers:
5959
- name: prometheus
60-
image: container-registry.zalando.net/teapot/prometheus:v2.53.0-master-55
60+
image: container-registry.zalando.net/teapot/prometheus:v2.53.1-master-56
6161
args:
6262
- "--config.file=/prometheus/prometheus.yaml"
6363
- "--storage.tsdb.path=/prometheus/"

0 commit comments

Comments
 (0)