Skip to content

Commit

Permalink
Merge pull request #230 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
eKatchko authored Oct 18, 2022
2 parents ed46103 + c40bce1 commit e11a5f2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.38.0
FROM prom/prometheus:v2.39.0
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.38.0
FROM prom/prometheus:v2.39.0
ADD prometheus.yml /etc/prometheus
6 changes: 3 additions & 3 deletions 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.38.0"
image: "prom/prometheus:v2.39.0"
container_name: portal_prometheus
networks:
portal:
Expand All @@ -37,7 +37,7 @@ services:
- ${POSTGRES_DATA_FOLDER}:/home/postgres/pgdata
portal_promscale:
container_name: portal_promscale
image: "timescale/promscale:0.14.0"
image: "timescale/promscale:0.15.0"
ports:
- 9201:9201/tcp
restart: on-failure
Expand All @@ -52,7 +52,7 @@ services:
PROMSCALE_DB_URI: postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=allow

portal_grafana:
image: "grafana/grafana:9.1.2"
image: "grafana/grafana:9.2.0"
container_name: portal_grafana
depends_on:
- portal_prometheus
Expand Down
4 changes: 2 additions & 2 deletions 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.38.0"
image: "prom/prometheus:v2.39.0"
# use self build Dockerfile as alternative
# build: prod/site_prometheus
container_name: project_usage_prometheus
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
environment:
- PORTAL_AUTH_TOKEN
site_grafana:
image: "grafana/grafana:9.1.2"
image: "grafana/grafana:9.2.0"
# use self build Dockerfile as alternative
# build: prod/grafana
container_name: project_usage_grafana
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.38.0
FROM prom/prometheus:v2.39.0
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.38.0
FROM prom/prometheus:v2.39.0
# relative to compose file
ADD prometheus.yml /etc/prometheus/prometheus.yml

Expand Down
2 changes: 1 addition & 1 deletion shared/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:9.1.2
FROM grafana/grafana:9.2.0
COPY provisioning/* /etc/grafana/provisioning/

EXPOSE 3000
Expand Down

0 comments on commit e11a5f2

Please sign in to comment.