diff --git a/images/tiler-cache/Dockerfile b/images/tiler-cache/Dockerfile index 124e59e8..193a84ea 100644 --- a/images/tiler-cache/Dockerfile +++ b/images/tiler-cache/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2068.h5bc1e36 +FROM ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2091.h774c4ed RUN apk update && apk add --no-cache \ proj \ diff --git a/values.production.template.yaml b/values.production.template.yaml index a5592ed9..33d41eed 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -936,7 +936,7 @@ ohm: env: REGION_NAME: us-east-1 NAMESPACE: default # Namespace to run the job - DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2068.h5bc1e36 # TODO, this should be automatically updated from tiler server image + DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2091.h774c4ed # TODO, this should be automatically updated from tiler server image SQS_QUEUE_URL: {{PRODUCTION_SQS_QUEUE_URL}} NODEGROUP_TYPE: web_large # Nodegroup type to run the purge and seed job # Maximum number of active jobs in high concurrency queue diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 2dc4d7ea..3ca2840f 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -972,7 +972,7 @@ ohm: env: REGION_NAME: us-east-1 NAMESPACE: default # Namespace to run the job - DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2068.h5bc1e36 # TODO, this should be automatically updated from tiler server image + DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2091.h774c4ed # TODO, this should be automatically updated from tiler server image SQS_QUEUE_URL: {{STAGING_SQS_QUEUE_URL}} NODEGROUP_TYPE: web_medium # Nodegroup type to run the purge and seed job # Maximum number of active jobs in high concurrency queue