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 Feb 28, 2024
1 parent 9cc8c14 commit 2968d1e
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.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" {
Expand Down

0 comments on commit 2968d1e

Please sign in to comment.