Skip to content

Commit

Permalink
Use the new tagged release of v0.2.0 for the prod distributor (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson authored Oct 17, 2024
1 parent 1384f28 commit e7d6936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/live/serving/prod/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
)
Expand Down

0 comments on commit e7d6936

Please sign in to comment.