From e5bf3dd5920e3cb13bffc183cb291db1ddf73575 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 10 Sep 2024 15:42:08 -0700 Subject: [PATCH] bump planet to 1.54 --- builds/planet/env.sh | 2 +- k8s/configs/planet-dev/deployment-config.yaml | 10 +++++----- .../planet-dev/opentripplanner-barcelona-config.yaml | 2 +- .../planet-dev/opentripplanner-losangeles-config.yaml | 2 +- .../planet-dev/opentripplanner-pugetsound-config.yaml | 2 +- k8s/configs/planet/deployment-config.yaml | 10 +++++----- .../planet/opentripplanner-barcelona-config.yaml | 2 +- .../planet/opentripplanner-losangeles-config.yaml | 2 +- .../planet/opentripplanner-pugetsound-config.yaml | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/builds/planet/env.sh b/builds/planet/env.sh index 9fde24887..6c1d8f5e9 100644 --- a/builds/planet/env.sh +++ b/builds/planet/env.sh @@ -1,4 +1,4 @@ -export HEADWAY_PLANET_VERSION=v1.53 +export HEADWAY_PLANET_VERSION=v1.54 export HEADWAY_AREA=maps-earth-planet-${HEADWAY_PLANET_VERSION} export HEADWAY_AREA_TAG="$HEADWAY_AREA" export HEADWAY_COUNTRIES="ALL" diff --git a/k8s/configs/planet-dev/deployment-config.yaml b/k8s/configs/planet-dev/deployment-config.yaml index d59fb767a..4215fb3c0 100644 --- a/k8s/configs/planet-dev/deployment-config.yaml +++ b/k8s/configs/planet-dev/deployment-config.yaml @@ -3,7 +3,7 @@ kind: ConfigMap metadata: name: deployment-config data: - area: maps-earth-planet-v1.53 + area: maps-earth-planet-v1.54 public-url: https://maps.earth bbox: "" enable-transit-routing: "1" @@ -13,10 +13,10 @@ data: www-contact-link-text: "Contact Us" terrain-source-url: https://data.example.com/0.9.0/terrain.mbtiles landcover-source-url: https://data.example.com/0.9.0/landcover.mbtiles - areamap-source-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.mbtiles - valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.valhalla.tar.zst - placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.placeholder.tar.zst - elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.elasticsearch.tar.zst + areamap-source-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.mbtiles + valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.valhalla.tar.zst + placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.placeholder.tar.zst + elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.elasticsearch.tar.zst pelias-config-json: | { "logger": { diff --git a/k8s/configs/planet-dev/opentripplanner-barcelona-config.yaml b/k8s/configs/planet-dev/opentripplanner-barcelona-config.yaml index 689a52dba..7ce6c920c 100644 --- a/k8s/configs/planet-dev/opentripplanner-barcelona-config.yaml +++ b/k8s/configs/planet-dev/opentripplanner-barcelona-config.yaml @@ -3,6 +3,6 @@ kind: ConfigMap metadata: name: otp-barcelona-config data: - graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/Barcelona.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/Barcelona.graph.obj.zst router-config-json: "" diff --git a/k8s/configs/planet-dev/opentripplanner-losangeles-config.yaml b/k8s/configs/planet-dev/opentripplanner-losangeles-config.yaml index 9fa248078..dcbf6f5ab 100644 --- a/k8s/configs/planet-dev/opentripplanner-losangeles-config.yaml +++ b/k8s/configs/planet-dev/opentripplanner-losangeles-config.yaml @@ -3,6 +3,6 @@ kind: ConfigMap metadata: name: otp-losangeles-config data: - graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/LosAngeles.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/LosAngeles.graph.obj.zst router-config-json: "" diff --git a/k8s/configs/planet-dev/opentripplanner-pugetsound-config.yaml b/k8s/configs/planet-dev/opentripplanner-pugetsound-config.yaml index d86237647..3fb284dd7 100644 --- a/k8s/configs/planet-dev/opentripplanner-pugetsound-config.yaml +++ b/k8s/configs/planet-dev/opentripplanner-pugetsound-config.yaml @@ -3,7 +3,7 @@ kind: ConfigMap metadata: name: otp-pugetsound-config data: - graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/PugetSound.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/PugetSound.graph.obj.zst router-config-json: | { "updaters": [ diff --git a/k8s/configs/planet/deployment-config.yaml b/k8s/configs/planet/deployment-config.yaml index d59fb767a..4215fb3c0 100644 --- a/k8s/configs/planet/deployment-config.yaml +++ b/k8s/configs/planet/deployment-config.yaml @@ -3,7 +3,7 @@ kind: ConfigMap metadata: name: deployment-config data: - area: maps-earth-planet-v1.53 + area: maps-earth-planet-v1.54 public-url: https://maps.earth bbox: "" enable-transit-routing: "1" @@ -13,10 +13,10 @@ data: www-contact-link-text: "Contact Us" terrain-source-url: https://data.example.com/0.9.0/terrain.mbtiles landcover-source-url: https://data.example.com/0.9.0/landcover.mbtiles - areamap-source-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.mbtiles - valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.valhalla.tar.zst - placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.placeholder.tar.zst - elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/maps-earth-planet-v1.53.elasticsearch.tar.zst + areamap-source-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.mbtiles + valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.valhalla.tar.zst + placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.placeholder.tar.zst + elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/maps-earth-planet-v1.54.elasticsearch.tar.zst pelias-config-json: | { "logger": { diff --git a/k8s/configs/planet/opentripplanner-barcelona-config.yaml b/k8s/configs/planet/opentripplanner-barcelona-config.yaml index 689a52dba..7ce6c920c 100644 --- a/k8s/configs/planet/opentripplanner-barcelona-config.yaml +++ b/k8s/configs/planet/opentripplanner-barcelona-config.yaml @@ -3,6 +3,6 @@ kind: ConfigMap metadata: name: otp-barcelona-config data: - graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/Barcelona.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/Barcelona.graph.obj.zst router-config-json: "" diff --git a/k8s/configs/planet/opentripplanner-losangeles-config.yaml b/k8s/configs/planet/opentripplanner-losangeles-config.yaml index 9fa248078..dcbf6f5ab 100644 --- a/k8s/configs/planet/opentripplanner-losangeles-config.yaml +++ b/k8s/configs/planet/opentripplanner-losangeles-config.yaml @@ -3,6 +3,6 @@ kind: ConfigMap metadata: name: otp-losangeles-config data: - graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/LosAngeles.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/LosAngeles.graph.obj.zst router-config-json: "" diff --git a/k8s/configs/planet/opentripplanner-pugetsound-config.yaml b/k8s/configs/planet/opentripplanner-pugetsound-config.yaml index d86237647..3fb284dd7 100644 --- a/k8s/configs/planet/opentripplanner-pugetsound-config.yaml +++ b/k8s/configs/planet/opentripplanner-pugetsound-config.yaml @@ -3,7 +3,7 @@ kind: ConfigMap metadata: name: otp-pugetsound-config data: - graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.53/PugetSound.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.54/PugetSound.graph.obj.zst router-config-json: | { "updaters": [