From 2968d1eb63cfdd600e0831702f3f34d076b9c009 Mon Sep 17 00:00:00 2001 From: cmendible <266546+cmendible@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:38:47 +0100 Subject: [PATCH] Update container image versions in variables.tf --- infra/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/variables.tf b/infra/variables.tf index 8dacc97..d5d4747 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -91,11 +91,11 @@ variable "ca_chat_image" { } variable "ca_prep_docs_image" { - default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.0-preview.0" + default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.1-preview.16" } variable "ca_aihub_image" { - default = "ghcr.io/azure/aihub/aihub:1.0.0-preview.0" + default = "ghcr.io/azure/aihub/aihub:1.0.1-preview.16" } variable "use_random_suffix" {