Skip to content

Commit

Permalink
Bump Docker image versions to 1.0.9 in variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 11, 2024
1 parent 736aeac commit df2051f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ variable "ca_chat_image" {
}

variable "ca_prep_docs_image" {
default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.8"
default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.9"
}

variable "ca_plugin_image" {
default = "ghcr.io/azure/aihub/aihub-plugin:1.0.8"
default = "ghcr.io/azure/aihub/aihub-plugin:1.0.9"
}

variable "ca_aihub_image" {
default = "ghcr.io/azure/aihub/aihub:1.0.8"
default = "ghcr.io/azure/aihub/aihub:1.0.9"
}

variable "use_random_suffix" {
Expand Down

0 comments on commit df2051f

Please sign in to comment.