Skip to content

Commit

Permalink
chore: bump gpu-provisioner in terraform sample (#860)
Browse files Browse the repository at this point in the history
**Reason for Change**:
<!-- What does this PR improve or fix in Kaito? Why is it needed? -->
Bumping gpu-provisioner version to latest 0.3.1
  • Loading branch information
pauldotyu authored Jan 31, 2025
1 parent ff240fe commit 6c118fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "location" {

variable "kaito_gpu_provisioner_version" {
type = string
default = "0.2.1"
default = "0.3.1"
description = "kaito gpu provisioner version"
}

Expand Down

0 comments on commit 6c118fe

Please sign in to comment.