Update Prometheus v2.23.0 to v2.24.0-rc.0

* https://github.com/prometheus/prometheus/releases/tag/v2.24.0-rc.0
This commit is contained in:
Dalton Hubble 2021-01-01 13:47:58 -08:00
parent 22503993b9
commit 3dcd10f3b8
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ Notable changes between versions.
## Latest ## Latest
### Addons
* Update nginx-ingress from v0.41.2 to [v0.43.0](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v0.43.0) * Update nginx-ingress from v0.41.2 to [v0.43.0](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v0.43.0)
* Update Prometheus from v2.23.0 to [v2.24.0-rc.0](https://github.com/prometheus/prometheus/releases/tag/v2.24.0-rc.0)
## v1.20.1 ## v1.20.1

View File

@ -21,7 +21,7 @@ spec:
serviceAccountName: prometheus serviceAccountName: prometheus
containers: containers:
- name: prometheus - name: prometheus
image: quay.io/prometheus/prometheus:v2.23.0 image: quay.io/prometheus/prometheus:v2.24.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