diff --git a/images/tiler-cache/Dockerfile b/images/tiler-cache/Dockerfile index 878fcc93..67bfd9f0 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.1880.h0f4c894 +FROM ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1913.ha63e895 RUN apk update && apk add --no-cache \ proj \ diff --git a/images/tiler-server/Dockerfile b/images/tiler-server/Dockerfile index 330a1645..77cf16bc 100644 --- a/images/tiler-server/Dockerfile +++ b/images/tiler-server/Dockerfile @@ -1,4 +1,4 @@ -FROM gospatial/tegola:v0.20.0 +FROM gospatial/tegola:v0.19.0 RUN apk --no-cache add \ gcc \ diff --git a/values.production.template.yaml b/values.production.template.yaml index 4b0ca4c3..26fc20f8 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -929,7 +929,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.1880.h0f4c894 # TODO, this should be automatically updated from tiler server image + DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1913.ha63e895 # 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 job # Maximum number of active jobs in high concurrency queue diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 8b99001e..8293030d 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -966,7 +966,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.1880.h0f4c894 # TODO, this should be automatically updated from tiler server image + DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1913.ha63e895 # TODO, this should be automatically updated from tiler server image SQS_QUEUE_URL: {{STAGING_SQS_QUEUE_URL}} NODEGROUP_TYPE: web_large # Nodegroup type to run the job MAX_ACTIVE_JOBS: 2 # Maximum number of active jobs in high concurrency queue