Update Prometheus from v2.4.2 to v2.4.3
* https://github.com/prometheus/prometheus/releases/tag/v2.4.3
This commit is contained in:
parent
05fe923c14
commit
a10d6977b8
|
@ -30,7 +30,7 @@ Notable changes between versions.
|
||||||
|
|
||||||
#### Addons
|
#### Addons
|
||||||
|
|
||||||
* Update Prometheus from v2.3.2 to v2.4.2
|
* Update Prometheus from v2.3.2 to v2.4.3
|
||||||
* Update Grafana from v5.2.4 to v5.3.1
|
* Update Grafana from v5.2.4 to v5.3.1
|
||||||
|
|
||||||
## v1.11.3
|
## v1.11.3
|
||||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
serviceAccountName: prometheus
|
serviceAccountName: prometheus
|
||||||
containers:
|
containers:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
image: quay.io/prometheus/prometheus:v2.4.2
|
image: quay.io/prometheus/prometheus:v2.4.3
|
||||||
args:
|
args:
|
||||||
- --web.listen-address=0.0.0.0:9090
|
- --web.listen-address=0.0.0.0:9090
|
||||||
- --config.file=/etc/prometheus/prometheus.yaml
|
- --config.file=/etc/prometheus/prometheus.yaml
|
||||||
|
|
Loading…
Reference in New Issue