Skip to content

Commit

Permalink
feat(Dependencies): Update prom/prometheus Docker tag to v2.48.1
Browse files Browse the repository at this point in the history
| datasource | package         | from    | to      |
| ---------- | --------------- | ------- | ------- |
| docker     | prom/prometheus | v2.48.0 | v2.48.1 |
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 61115d6 commit cd3091c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/portal_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM prom/prometheus:v2.48.0
FROM prom/prometheus:v2.48.1
ADD prometheus.yml /etc/prometheus
2 changes: 1 addition & 1 deletion dev/site_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM prom/prometheus:v2.48.0
FROM prom/prometheus:v2.48.1
ADD prometheus.yml /etc/prometheus
2 changes: 1 addition & 1 deletion docker-compose.portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-logging:
services:
# global prometheus instance scraping data from the local instances
portal_prometheus:
image: "prom/prometheus:v2.48.0"
image: "prom/prometheus:v2.48.1"
container_name: portal_prometheus
networks:
portal:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- "${EXPORTER_PORT}:8080"
# prometheus instance responsible for monitoring
site_prometheus:
image: "prom/prometheus:v2.48.0"
image: "prom/prometheus:v2.48.1"
# use self build Dockerfile as alternative
# build: prod/site_prometheus
container_name: project_usage_prometheus
Expand Down
2 changes: 1 addition & 1 deletion prod/portal_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM prom/prometheus:v2.48.0
FROM prom/prometheus:v2.48.1
ADD prometheus.yml /etc/prometheus
2 changes: 1 addition & 1 deletion prod/site_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM prom/prometheus:v2.48.0
FROM prom/prometheus:v2.48.1
# relative to compose file
ADD prometheus.yml /etc/prometheus/prometheus.yml

Expand Down

0 comments on commit cd3091c

Please sign in to comment.