We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7972ab0 + a6afbe4 commit b1323edCopy full SHA for b1323ed
cluster/manifests/prometheus/statefulset.yaml
@@ -35,7 +35,7 @@ spec:
35
value: "1"
36
initContainers:
37
- name: generate-config
38
- image: container-registry.zalando.net/library/alpine-3:3-20240115
+ image: container-registry.zalando.net/library/alpine-3:3-20240226
39
command:
40
- /bin/sh
41
args:
@@ -57,7 +57,7 @@ spec:
57
mountPath: /prometheus
58
containers:
59
- name: prometheus
60
- image: container-registry.zalando.net/teapot/prometheus:v2.49.1-master-51
+ image: container-registry.zalando.net/teapot/prometheus:v2.50.1-master-53
61
62
- "--config.file=/prometheus/prometheus.yaml"
63
- "--storage.tsdb.path=/prometheus/"
0 commit comments