Skip to content

Commit

Permalink
fix: udpated images #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Sep 3, 2024
1 parent 4a6dc89 commit 8e19948
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -148,7 +148,7 @@ variable "enable_openai_plugin_compare_financial_products" {

variable "use_private_endpoints" {
type = bool
default = false
default = true
}

variable "allowed_ips" {
Expand Down

0 comments on commit 8e19948

Please sign in to comment.