Skip to content

Commit b1323ed

Browse files
authored
Merge pull request #7085 from zalando-incubator/prometheus-v2.50.1
Update to Prometheus v2.50.1
2 parents 7972ab0 + a6afbe4 commit b1323ed

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/alpine-3:3-20240115
38+
image: container-registry.zalando.net/library/alpine-3:3-20240226
3939
command:
4040
- /bin/sh
4141
args:
@@ -57,7 +57,7 @@ spec:
5757
mountPath: /prometheus
5858
containers:
5959
- name: prometheus
60-
image: container-registry.zalando.net/teapot/prometheus:v2.49.1-master-51
60+
image: container-registry.zalando.net/teapot/prometheus:v2.50.1-master-53
6161
args:
6262
- "--config.file=/prometheus/prometheus.yaml"
6363
- "--storage.tsdb.path=/prometheus/"

0 commit comments

Comments
 (0)