Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump planet to 1.54 #371

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builds/planet/env.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions k8s/configs/planet-dev/deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
10 changes: 5 additions & 5 deletions k8s/configs/planet/deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion k8s/configs/planet/opentripplanner-barcelona-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

2 changes: 1 addition & 1 deletion k8s/configs/planet/opentripplanner-losangeles-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

2 changes: 1 addition & 1 deletion k8s/configs/planet/opentripplanner-pugetsound-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Loading