Update Prometheus, kube-state-metrics, and Grafana

* Update monitoring addons
This commit is contained in:
Dalton Hubble 2021-10-17 11:15:39 -07:00
parent 443bd5a26b
commit f2e6256dd9
4 changed files with 6 additions and 6 deletions

View File

@ -14,9 +14,9 @@ Notable changes between versions.
### Addons
* Update nginx-ingress from v1.0.0 to [v1.0.2](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.2)
* Update Prometheus from v2.29.2 to [v2.30.2](https://github.com/prometheus/prometheus/releases/tag/v2.30.2)
* Update kube-state-metrics from v2.2.0 to [v2.2.1](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.2.1)
* Update Grafana from v8.1.2 to [v8.1.5](https://github.com/grafana/grafana/releases/tag/v8.1.5)
* Update Prometheus from v2.29.2 to [v2.30.3](https://github.com/prometheus/prometheus/releases/tag/v2.30.3)
* Update kube-state-metrics from v2.2.0 to [v2.2.3](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.2.3)
* Update Grafana from v8.1.2 to [v8.2.1](https://github.com/grafana/grafana/releases/tag/v8.2.1)
## v1.22.2

View File

@ -24,7 +24,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana
image: docker.io/grafana/grafana:8.1.5
image: docker.io/grafana/grafana:8.2.1
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.30.2
image: quay.io/prometheus/prometheus:v2.30.3
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.2.1
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.2.3
ports:
- name: metrics
containerPort: 8080