Skip to content

Commit

Permalink
chore: update image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Sep 4, 2024
1 parent e179063 commit faddc77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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"
default = "ghcr.io/azure/aihub/aihub-prepdocs:1.0.13"
}

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

variable "ca_fsi_plugin_image" {
default = "ghcr.io/azure/aihub/aihub-fsiplugin:1.0.12"
default = "ghcr.io/azure/aihub/aihub-fsiplugin:1.0.13"
}

variable "ca_aihub_image" {
default = "ghcr.io/azure/aihub/aihub:1.0.12"
default = "ghcr.io/azure/aihub/aihub:1.0.13"
}

variable "use_random_suffix" {
Expand Down

0 comments on commit faddc77

Please sign in to comment.