diff --git a/chartpress.yaml b/chartpress.yaml index d7a9af3a..dcda4e83 100644 --- a/chartpress.yaml +++ b/chartpress.yaml @@ -4,48 +4,48 @@ charts: repo: git: developmentseed/osm-seed-chart published: https://devseed.com/osm-seed-chart - + images: - # web: - # valuesPath: web.image - # db: - # valuesPath: db.image - # backup-restore: - # valuesPath: dbBackupRestore.image - # planet-dump: - # valuesPath: planetDump.image - # full-history: - # valuesPath: fullHistory.image - # replication-job: - # valuesPath: replicationJob.image - # populate-apidb: - # valuesPath: populateApidb.image + web: + valuesPath: web.image + db: + valuesPath: db.image + backup-restore: + valuesPath: dbBackupRestore.image + planet-dump: + valuesPath: planetDump.image + full-history: + valuesPath: fullHistory.image + replication-job: + valuesPath: replicationJob.image + populate-apidb: + valuesPath: populateApidb.image osm-processor: valuesPath: osmProcessor.image - # tiler-db: - # valuesPath: tilerDb.image - # tiler-imposm: - # valuesPath: tilerImposm.image - # tiler-server: - # valuesPath: tilerServer.image - # tasking-manager-api: - # valuesPath: tmApi.image - # # tiler-visor: - # # valuesPath: tilerVisor.image - # nominatim: - # valuesPath: nominatimApi.image - # overpass-api: - # valuesPath: overpassApi.image - # taginfo: - # valuesPath: taginfo.image - # osm-simple-metrics: - # valuesPath: osmSimpleMetrics.image - # changeset-replication-job: - # valuesPath: changesetReplicationJob.image - # osmcha-web: - # valuesPath: osmchaWeb.image - # osmcha-db: - # valuesPath: osmchaDb.image - # planet-files: - # valuesPath: planetFiles.image + tiler-db: + valuesPath: tilerDb.image + tiler-imposm: + valuesPath: tilerImposm.image + tiler-server: + valuesPath: tilerServer.image + tasking-manager-api: + valuesPath: tmApi.image + # tiler-visor: + # valuesPath: tilerVisor.image + nominatim: + valuesPath: nominatimApi.image + overpass-api: + valuesPath: overpassApi.image + taginfo: + valuesPath: taginfo.image + osm-simple-metrics: + valuesPath: osmSimpleMetrics.image + changeset-replication-job: + valuesPath: changesetReplicationJob.image + osmcha-web: + valuesPath: osmchaWeb.image + osmcha-db: + valuesPath: osmchaDb.image + planet-files: + valuesPath: planetFiles.image diff --git a/images/full-history/Dockerfile b/images/full-history/Dockerfile index 056f4ba0..3f40d16a 100644 --- a/images/full-history/Dockerfile +++ b/images/full-history/Dockerfile @@ -1,4 +1,4 @@ -FROM developmentseed/osmseed-osm-processor:v3 +FROM developmentseed/osmseed-osm-processor:0.1.0-n795.h1c8d32f VOLUME /mnt/data COPY ./start.sh / diff --git a/images/planet-dump/Dockerfile b/images/planet-dump/Dockerfile index 056f4ba0..3f40d16a 100644 --- a/images/planet-dump/Dockerfile +++ b/images/planet-dump/Dockerfile @@ -1,4 +1,4 @@ -FROM developmentseed/osmseed-osm-processor:v3 +FROM developmentseed/osmseed-osm-processor:0.1.0-n795.h1c8d32f VOLUME /mnt/data COPY ./start.sh / diff --git a/images/populate-apidb/Dockerfile b/images/populate-apidb/Dockerfile index 935e51cc..68f0fd56 100644 --- a/images/populate-apidb/Dockerfile +++ b/images/populate-apidb/Dockerfile @@ -1,4 +1,4 @@ -FROM developmentseed/osmseed-osm-processor:v3 +FROM developmentseed/osmseed-osm-processor:0.1.0-n795.h1c8d32f VOLUME /mnt/data COPY ./start.sh / diff --git a/images/replication-job/Dockerfile b/images/replication-job/Dockerfile index aa7e6fdd..6ea7a53d 100644 --- a/images/replication-job/Dockerfile +++ b/images/replication-job/Dockerfile @@ -1,4 +1,4 @@ -FROM developmentseed/osmseed-osm-processor:v3 +FROM developmentseed/osmseed-osm-processor:0.1.0-n795.h1c8d32f # Install Nginx RUN apt-get update && \