1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-18 13:36:11 +02:00

Update Prometheus from v2.20.0 to v2.21.0

* https://github.com/prometheus/prometheus/releases/tag/v2.21.0
This commit is contained in:
Dalton Hubble 2020-09-12 19:20:54 -07:00
parent 577b927a2b
commit d236628e53
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Notable changes between versions.
### Addons
* Update IngressClass resources to `networking.k8s.io/v1` ([#824](https://github.com/poseidon/typhoon/pull/824))
* Update Prometheus from v2.20.0 to [v2.21.0](https://github.com/prometheus/prometheus/releases/tag/v2.21.0)
## v1.19.0

View File

@ -21,7 +21,7 @@ spec:
serviceAccountName: prometheus
containers:
- name: prometheus
image: quay.io/prometheus/prometheus:v2.20.0
image: quay.io/prometheus/prometheus:v2.21.0
args:
- --web.listen-address=0.0.0.0:9090
- --config.file=/etc/prometheus/prometheus.yaml