Skip to content

Commit

Permalink
chore(#80): upgrade docker images versions to current versions used (#85
Browse files Browse the repository at this point in the history
)

* chore(#80): pin docker images versions to current versions used

* chore(#80): upgrade docker images versions to latest versions available
  • Loading branch information
m5r authored Aug 30, 2023
1 parent 18c1a75 commit 4b2facd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ volumes:

services:
prometheus:
image: prom/prometheus:${PROMETHEUS_VERSION:-v2.44.0}
image: prom/prometheus:${PROMETHEUS_VERSION:-v2.46.0}
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'
Expand All @@ -34,7 +34,7 @@ services:
restart: always

grafana:
image: grafana/grafana-oss:${GRAFANA_VERSION:-9.5.3}
image: grafana/grafana-oss:${GRAFANA_VERSION:-10.0.3}
ports:
- "${GRAFANA_BIND:-127.0.0.1}:${GRAFANA_PORT:-3000}:3000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion exporters/postgres/docker-compose.postgres-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- ./exporters/postgres/postgres-instances.yml:/etc/prometheus/postgres-instances.yml:ro
- ./exporters/postgres/config/scrape_config.yml:/etc/prometheus/scrape_configs/cht-postgres.yml:ro
postgres-exporter:
image: prometheuscommunity/postgres-exporter:${POSTGRES_EXPORTER_VERSION:-v0.13.0}
image: prometheuscommunity/postgres-exporter:${POSTGRES_EXPORTER_VERSION:-v0.13.2}
command:
- '--config.file=/etc/postgres-exporter/postgres_exporter.yml'
# disables the collection of all metrics except for custom queries (https://github.com/medic/cht-watchdog/issues/70)
Expand Down

0 comments on commit 4b2facd

Please sign in to comment.