From 82cb9ba0aae194ed4b4ef29a25f7aea6fe2cfa26 Mon Sep 17 00:00:00 2001 From: Eliot Jordan Date: Wed, 27 Nov 2024 14:17:59 -0600 Subject: [PATCH] Bump to cache version 5 --- config/deploy/staging.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/staging.hcl b/config/deploy/staging.hcl index 4a45b75a..e884df9f 100644 --- a/config/deploy/staging.hcl +++ b/config/deploy/staging.hcl @@ -12,7 +12,7 @@ variable "solr_read_collection" { } variable "index_cache_collections" { type = string - default = "cache_version:3,write_collection:dpulc-staging3" + default = "cache_version:5,write_collection:dpulc-staging5" } variable "solr_config_set" { type = string