Skip to content

Commit

Permalink
update helm charts (#282)
Browse files Browse the repository at this point in the history
* Update variables.tf

* Update variables.tf
  • Loading branch information
thaunghtike-share authored Sep 1, 2023
1 parent 796ffd8 commit 278a0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ variable "karpenter_enabled" {
}

variable "karpenter_version" {
default = "v0.27.3"
default = "v0.29.0"
description = "The version of the karpenter helm chart"
}

Expand All @@ -440,7 +440,7 @@ variable "csi_secrets_store_enabled" {
}

variable "csi_secrets_store_version" {
default = "1.3.3"
default = "1.3.4"
description = "The version of the CSI store helm chart"
}

Expand Down

0 comments on commit 278a0b9

Please sign in to comment.