Skip to content

Commit

Permalink
Update Prometheus and Grafana addons
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Aug 21, 2022
1 parent 505818b commit bf06412
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion addons/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion addons/prometheus/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf06412

Please sign in to comment.