From 8e19948c11905e626942ea19df955f534ee5dc3a Mon Sep 17 00:00:00 2001 From: cmendible <266546+cmendible@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:50:27 +0200 Subject: [PATCH] fix: udpated images #71 --- infra/variables.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/variables.tf b/infra/variables.tf index edd7646..bf86eaf 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -103,19 +103,19 @@ variable "ca_chat_image" { } variable "ca_prep_docs_image" { - default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.12-preview.3" + default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.12" } variable "ca_plugin_image" { - default = "ghcr.io/azure/aihub/aihub-plugin:1.0.12-preview.3" + default = "ghcr.io/azure/aihub/aihub-plugin:1.0.12" } variable "ca_fsi_plugin_image" { - default = "ghcr.io/azure/aihub/aihub-fsiplugin:1.0.12-preview.9" + default = "ghcr.io/azure/aihub/aihub-fsiplugin:1.0.12" } variable "ca_aihub_image" { - default = "ghcr.io/azure/aihub/aihub:1.0.12-preview.3" + default = "ghcr.io/azure/aihub/aihub:1.0.12" } variable "use_random_suffix" { @@ -148,7 +148,7 @@ variable "enable_openai_plugin_compare_financial_products" { variable "use_private_endpoints" { type = bool - default = false + default = true } variable "allowed_ips" {