Update Prometheus, Grafana, kube-state-metrics addons

This commit is contained in:
Dalton Hubble 2021-06-07 09:40:06 -07:00
parent 996bdd9112
commit 24e63bd134
4 changed files with 9 additions and 3 deletions

View File

@ -7,6 +7,12 @@ Notable changes between versions.
* Update Cilium from v1.9.6 to [v1.10.0](https://github.com/cilium/cilium/releases/tag/v1.10.0)
* Update Calico from v3.19.0 to [v3.19.1](https://github.com/projectcalico/calico/releases/tag/v3.19.1)
### Addons
* Update kube-state-metrics from v2.0.0 to [v2.1.0](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.1.0)
* Update Prometheus from v2.27.0 to [v2.27.1](https://github.com/prometheus/prometheus/releases/tag/v2.27.1)
* Update Grafana from v7.5.6 to [v7.5.7](https://github.com/grafana/grafana/releases/tag/v7.5.7)
### Fedora CoreOS
#### AWS

View File

@ -24,7 +24,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana
image: docker.io/grafana/grafana:7.5.6
image: docker.io/grafana/grafana:7.5.7
env:
- name: GF_PATHS_CONFIG
value: "/etc/grafana/custom.ini"

View File

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

View File

@ -25,7 +25,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.0.0
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.1.0
ports:
- name: metrics
containerPort: 8080