Skip to content

Commit

Permalink
Update Prometheus from v2.24.0-rc.0 to v2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jan 13, 2021
1 parent 3dcd10f commit 6a6af4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Notable changes between versions.
### Addons

* Update nginx-ingress from v0.41.2 to [v0.43.0](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v0.43.0)
* Update Prometheus from v2.23.0 to [v2.24.0-rc.0](https://github.com/prometheus/prometheus/releases/tag/v2.24.0-rc.0)
* Update Prometheus from v2.23.0 to [v2.24.0](https://github.com/prometheus/prometheus/releases/tag/v2.24.0)

## v1.20.1

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.24.0-rc.0
image: quay.io/prometheus/prometheus:v2.24.0
args:
- --web.listen-address=0.0.0.0:9090
- --config.file=/etc/prometheus/prometheus.yaml
Expand Down

0 comments on commit 6a6af4a

Please sign in to comment.