From 81dd470e9d0fc4f673639c73b25c6575fb84c688 Mon Sep 17 00:00:00 2001 From: lmcnatt <85642387+lucymcnatt@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:37:33 -0500 Subject: [PATCH] [CTM-269] Update Leo Dataproc img --- http/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/src/main/resources/reference.conf b/http/src/main/resources/reference.conf index 1a28b47e13..0e6e8a6f44 100644 --- a/http/src/main/resources/reference.conf +++ b/http/src/main/resources/reference.conf @@ -71,7 +71,7 @@ dataproc { # Cached dataproc 2.2.x image used by Terra # must be re-generated every 60 days - customDataprocImage = "projects/broad-dsp-gcr-public/global/images/leo-dataproc-image-2-2-52-debian12-2025-10-09-14-06-45" + customDataprocImage = "projects/broad-dsp-gcr-public/global/images/leo-dataproc-image-2-2-52-debian12-2025-12-01-15-24-20" # The ratio of memory allocated to spark. 0.8 = 80%. # Hail/Spark users generally allocate 80% of the ram to the JVM.