Update Prometheus, Grafana, and kube-state-metrics
This commit is contained in:
parent
388b1238bc
commit
209efd2f5b
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue