Skip to content

Commit

Permalink
Update osm-processor base image for replication job and others
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 5, 2024
1 parent 1c8d32f commit 3629766
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 45 deletions.
82 changes: 41 additions & 41 deletions chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion images/full-history/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion images/planet-dump/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion images/populate-apidb/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion images/replication-job/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 3629766

Please sign in to comment.