Update Prometheus and Grafana addons
This commit is contained in:
parent
505818b7d5
commit
bf06412dfd
|
@ -62,7 +62,8 @@ version: 1.0.0
|
|||
|
||||
### Addons
|
||||
|
||||
* Update Grafana from v9.0.3 to [v9.0.7](https://github.com/grafana/grafana/releases/tag/v9.0.7)
|
||||
* Update Prometheus from v2.37.0 to [v2.38.0](https://github.com/prometheus/prometheus/releases/tag/v2.38.0)
|
||||
* Update Grafana from v9.0.3 to [v9.1.0](https://github.com/grafana/grafana/releases/tag/v9.1.0)
|
||||
|
||||
## v1.24.3
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: grafana
|
||||
image: docker.io/grafana/grafana:9.0.7
|
||||
image: docker.io/grafana/grafana:9.1.0
|
||||
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.37.0
|
||||
image: quay.io/prometheus/prometheus:v2.38.0
|
||||
args:
|
||||
- --web.listen-address=0.0.0.0:9090
|
||||
- --config.file=/etc/prometheus/prometheus.yaml
|
||||
|
|
Loading…
Reference in New Issue