From e7d6936934855c9b596c49759e64d4a96143fc21 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Thu, 17 Oct 2024 16:50:06 +0100 Subject: [PATCH] Use the new tagged release of v0.2.0 for the prod distributor (#236) --- deployment/live/serving/prod/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/live/serving/prod/terragrunt.hcl b/deployment/live/serving/prod/terragrunt.hcl index f0db7af..c50068f 100644 --- a/deployment/live/serving/prod/terragrunt.hcl +++ b/deployment/live/serving/prod/terragrunt.hcl @@ -6,7 +6,7 @@ include "root" { inputs = merge( include.root.locals, { - distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:v0.1.2" + distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:v0.2.0" extra_args = include.root.locals.witnessArgs } )