From 64144b9c2abf1e1347029288009e0a6dd50c6527 Mon Sep 17 00:00:00 2001 From: cmendible <266546+cmendible@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:57:13 +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 7008df8..a0318e9 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.1-preview.21" + default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.1" } variable "ca_aihub_image" { - default = "ghcr.io/azure/aihub/aihub:1.0.1-preview.21" + default = "ghcr.io/azure/aihub/aihub:1.0.1" } variable "use_random_suffix" {