diff --git a/ohm/requirements.yaml b/ohm/requirements.yaml index f14683e9..fcf26f64 100644 --- a/ohm/requirements.yaml +++ b/ohm/requirements.yaml @@ -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/ diff --git a/values.production.template.yaml b/values.production.template.yaml index 087be05e..3cedff5e 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -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 diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 3f4ee741..fed23d7c 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -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