From 4a7c6b86468750d6405e92f9b20bd149a0225da3 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 12 Aug 2024 12:39:24 -0700 Subject: [PATCH] update planet to v1.51 --- 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 +- 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 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/builds/planet/env.sh b/builds/planet/env.sh index e6ee8cde2..1ad4aa8d4 100644 --- a/builds/planet/env.sh +++ b/builds/planet/env.sh @@ -1,4 +1,4 @@ -export HEADWAY_PLANET_VERSION=v1.50 +export HEADWAY_PLANET_VERSION=v1.51 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 88e0127bd..f5396c7cb 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.50 + area: maps-earth-planet-v1.51 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.50/maps-earth-planet-v1.50.mbtiles - valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.50/maps-earth-planet-v1.50.valhalla.tar.zst - placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.50/maps-earth-planet-v1.50.placeholder.tar.zst - elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.50/maps-earth-planet-v1.50.elasticsearch.tar.zst + areamap-source-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.mbtiles + valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.valhalla.tar.zst + placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.placeholder.tar.zst + elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.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 793ef3f12..8ec97352b 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.50/Barcelona.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/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 ba95a0749..a0a512cf7 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.50/LosAngeles.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/LosAngeles.graph.obj.zst router-config-json: "" diff --git a/k8s/configs/planet/deployment-config.yaml b/k8s/configs/planet/deployment-config.yaml index 88e0127bd..f5396c7cb 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.50 + area: maps-earth-planet-v1.51 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.50/maps-earth-planet-v1.50.mbtiles - valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.50/maps-earth-planet-v1.50.valhalla.tar.zst - placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.50/maps-earth-planet-v1.50.placeholder.tar.zst - elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.50/maps-earth-planet-v1.50.elasticsearch.tar.zst + areamap-source-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.mbtiles + valhalla-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.valhalla.tar.zst + placeholder-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.placeholder.tar.zst + elasticsearch-artifact-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/maps-earth-planet-v1.51.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 793ef3f12..8ec97352b 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.50/Barcelona.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/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 ba95a0749..a0a512cf7 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.50/LosAngeles.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/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 bd8651bdd..a700053fa 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.50/PugetSound.graph.obj.zst + graph-url: https://data.example.com/0.9.0/maps-earth-planet-v1.51/PugetSound.graph.obj.zst router-config-json: | { "updaters": [