From c152aaccd3a193ea1f596707d9760be48314fd40 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 20 Dec 2024 15:51:05 -0500 Subject: [PATCH] Updare base image for tiler cache --- images/tiler-cache/Dockerfile | 2 +- values.production.template.yaml | 2 +- values.staging.template.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/tiler-cache/Dockerfile b/images/tiler-cache/Dockerfile index ad480e4e..aecf77f2 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.1962.h7113461 +FROM ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1964.h8703c77 RUN apk update && apk add --no-cache \ proj \ diff --git a/values.production.template.yaml b/values.production.template.yaml index 65bdb7f8..4d26d684 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.1962.h7113461 # TODO, this should be automatically updated from tiler server image + DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1964.h8703c77 # 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 2bc2c189..22e65028 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.1962.h7113461 # TODO, this should be automatically updated from tiler server image + DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1964.h8703c77 # 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