Skip to content

Commit

Permalink
Fixed kvisor version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao authored Mar 6, 2024
1 parent f4dbbe0 commit d3518dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ variable "evictor_version" {
variable "kvisor_version" {
description = "Version of kvisor chart. If not provided, latest version will be used."
type = string
default = null
default = "0.16.74"
}

variable "wait_for_cluster_ready" {
Expand Down

0 comments on commit d3518dc

Please sign in to comment.