Skip to content

Commit

Permalink
Update container image versions in variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 4, 2024
1 parent e89ad32 commit 64144b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 64144b9

Please sign in to comment.