Skip to content

Commit

Permalink
Update osm-seed version and set OVERWRITE_STATE=false in imposm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 16, 2024
1 parent 601cce4 commit 4067e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n769.hcdf61f3'
version: '0.1.0-n773.hb5123fd'
repository: https://devseed.com/osm-seed-chart/
2 changes: 1 addition & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ osm-seed:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240123_0000.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
OVERWRITE_STATE: true
OVERWRITE_STATE: false
SEQUENCE_NUMBER: "1270000"
persistenceDisk:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ osm-seed:
TILER_IMPORT_PBF_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/planet/planet-latest.osm.pbf
REPLICATION_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/replication/minute/
SEQUENCE_NUMBER: "641000"
OVERWRITE_STATE: true
OVERWRITE_STATE: false
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
Expand Down

0 comments on commit 4067e4b

Please sign in to comment.