From fed29cf3e02dd1374c52bf9a4f9f47fa5ead7c6b Mon Sep 17 00:00:00 2001 From: Rub21 Date: Sat, 7 Dec 2024 06:35:51 -0500 Subject: [PATCH] Update osm-seed - charts for tiler --- images/tiler-imposm/start.sh | 2 +- ohm/requirements.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/tiler-imposm/start.sh b/images/tiler-imposm/start.sh index 08e24445..77dc6242 100755 --- a/images/tiler-imposm/start.sh +++ b/images/tiler-imposm/start.sh @@ -194,7 +194,7 @@ function countTables() { echo "Connecting to $POSTGRES_HOST DB" flag=true while $flag; do - pg_isready -h $POSTGRES_HOST -p 5432 >/dev/null 2>&2 || continue + pg_isready -h $POSTGRES_HOST -p $POSTGRES_PORT >/dev/null 2>&2 || continue # Change flag to false to stop pinging the DB flag=false echo "Check number of tables in the database" diff --git a/ohm/requirements.yaml b/ohm/requirements.yaml index 99e4ebaf..1043a2fc 100644 --- a/ohm/requirements.yaml +++ b/ohm/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: osm-seed - version: '0.1.0-n810.h19d0f7b' + version: '0.1.0-n811.h994581f' repository: https://devseed.com/osm-seed-chart/