Update Prometheus from v2.13.1 to v2.14.0-rc.0
* Happy PromCon 2019! * https://github.com/prometheus/prometheus/releases/tag/v2.14.0-rc.0
This commit is contained in:
parent
2c163503f1
commit
a3807086d4
|
@ -11,6 +11,7 @@ Notable changes between versions.
|
||||||
|
|
||||||
#### Addons
|
#### Addons
|
||||||
|
|
||||||
|
* Update Prometheus from v2.13.1 to [v2.14.0-rc.0](https://github.com/prometheus/prometheus/releases/tag/v2.14.0-rc.0)
|
||||||
* Update Prometheus from v2.13.0 to v2.13.1
|
* Update Prometheus from v2.13.0 to v2.13.1
|
||||||
* Refresh rules, alerts, and dashboards from upstreams
|
* Refresh rules, alerts, and dashboards from upstreams
|
||||||
* Remove addon-resizer from kube-state-metrics ([#575](https://github.com/poseidon/typhoon/pull/575))
|
* Remove addon-resizer from kube-state-metrics ([#575](https://github.com/poseidon/typhoon/pull/575))
|
||||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
serviceAccountName: prometheus
|
serviceAccountName: prometheus
|
||||||
containers:
|
containers:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
image: quay.io/prometheus/prometheus:v2.13.1
|
image: quay.io/prometheus/prometheus:v2.14.0-rc.0
|
||||||
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