Skip to content

Commit

Permalink
Merge pull request #259 from deNBI/deps/prom-prometheus-2.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update prom/prometheus Docker tag to v2.47.2
  • Loading branch information
vktrrdk authored Oct 30, 2023
2 parents 54d6fbb + 9d035fa commit 2af3b6f
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.45.0
FROM prom/prometheus:v2.47.2
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.45.0
FROM prom/prometheus:v2.47.2
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.45.0"
image: "prom/prometheus:v2.47.2"
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.45.0"
image: "prom/prometheus:v2.47.2"
# 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.45.0
FROM prom/prometheus:v2.47.2
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.45.0
FROM prom/prometheus:v2.47.2
# relative to compose file
ADD prometheus.yml /etc/prometheus/prometheus.yml

Expand Down

0 comments on commit 2af3b6f

Please sign in to comment.