Skip to content

Commit

Permalink
Add env var UPLOAD_EXPIRED_FILES for imposm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 16, 2024
1 parent db281fd commit c793e57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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-n775.h4381661'
version: '0.1.0-n776.h44e6f59'
repository: https://devseed.com/osm-seed-chart/
3 changes: 2 additions & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,9 @@ 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: false
SEQUENCE_NUMBER: "1270000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
Expand Down
1 change: 1 addition & 0 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ osm-seed:
REPLICATION_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/replication/minute/
SEQUENCE_NUMBER: "641000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: false
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
Expand Down

0 comments on commit c793e57

Please sign in to comment.