1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-04 14:46:13 +02:00

Update Prometheus, Grafana, and kube-state-metrics

This commit is contained in:
Dalton Hubble 2021-09-29 23:38:18 -07:00
parent 388b1238bc
commit 209efd2f5b
4 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,9 @@ Notable changes between versions.
### Addons
* Update nginx-ingress from v1.0.0 to [v1.0.1](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.1)
* Update Prometheus from v2.29.2 to [v2.30.0](https://github.com/prometheus/prometheus/releases/tag/v2.30.0)
* Update Prometheus from v2.29.2 to [v2.30.1](https://github.com/prometheus/prometheus/releases/tag/v2.30.1)
* 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)
## v1.22.2

View File

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