Update Prometheus and Grafana addons
This commit is contained in:
parent
b4857c123e
commit
f597f7cda3
|
@ -8,6 +8,11 @@ Notable changes between versions.
|
|||
* Update Cilium from v1.12.3 to [v1.12.4](https://github.com/cilium/cilium/releases/tag/v1.12.4)
|
||||
* Update flannel from v0.15.1 to [v0.20.1](https://github.com/flannel-io/flannel/releases/tag/v0.20.1)
|
||||
|
||||
### Addons
|
||||
|
||||
* Update Prometheus from v2.40.1 to [v2.40.2](https://github.com/prometheus/prometheus/releases/tag/v2.40.2)
|
||||
* Update Grafana from v9.2.4 to [v9.2.6](https://github.com/grafana/grafana/releases/tag/v9.2.6)
|
||||
|
||||
## v1.25.4
|
||||
|
||||
* Kubernetes [v1.25.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#v1254)
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: grafana
|
||||
image: docker.io/grafana/grafana:9.2.4
|
||||
image: docker.io/grafana/grafana:9.2.6
|
||||
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.40.1
|
||||
image: quay.io/prometheus/prometheus:v2.40.2
|
||||
args:
|
||||
- --web.listen-address=0.0.0.0:9090
|
||||
- --config.file=/etc/prometheus/prometheus.yaml
|
||||
|
|
Loading…
Reference in New Issue