Update Prometheus from v2.29.2 to v2.30.0
This commit is contained in:
parent
b30de949b8
commit
69f37c8b17
|
@ -4,6 +4,10 @@ Notable changes between versions.
|
|||
|
||||
## Latest
|
||||
|
||||
### Addons
|
||||
|
||||
* Update Prometheus from v2.29.2 to [v2.30.0](https://github.com/prometheus/prometheus/releases/tag/v2.30.0)
|
||||
|
||||
## v1.22.2
|
||||
|
||||
* Kubernetes [v1.22.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#v1222)
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
serviceAccountName: prometheus
|
||||
containers:
|
||||
- name: prometheus
|
||||
image: quay.io/prometheus/prometheus:v2.29.2
|
||||
image: quay.io/prometheus/prometheus:v2.30.0
|
||||
args:
|
||||
- --web.listen-address=0.0.0.0:9090
|
||||
- --config.file=/etc/prometheus/prometheus.yaml
|
||||
|
|
Loading…
Reference in New Issue