Update Prometheus from v2.19.0 to v2.19.1

* https://github.com/prometheus/prometheus/releases/tag/v2.19.1
This commit is contained in:
Dalton Hubble 2020-06-26 01:55:49 -07:00
parent d27f367004
commit 99a11442c7
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ Notable changes between versions.
## Latest ## Latest
* Add Cilium v1.8.0 as a (experimental) CNI provider option ([#760](https://github.com/poseidon/typhoon/pull/760))
* Set `networking` to "cilium" to enable
#### Addons
* Update Prometheus from v2.19.0 to [v2.19.1](https://github.com/prometheus/prometheus/releases/tag/v2.19.1)
## v1.18.4 ## v1.18.4
* Kubernetes [v1.18.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#v1184) * Kubernetes [v1.18.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#v1184)

View File

@ -20,7 +20,7 @@ spec:
serviceAccountName: prometheus serviceAccountName: prometheus
containers: containers:
- name: prometheus - name: prometheus
image: quay.io/prometheus/prometheus:v2.19.0 image: quay.io/prometheus/prometheus:v2.19.1
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