Skip to content

Commit

Permalink
chore: Bump Karpenter version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jan 8, 2025
1 parent 51923f5 commit dfff931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "helm_release" "karpenter" {
repository_username = data.aws_ecrpublic_authorization_token.token.user_name
repository_password = data.aws_ecrpublic_authorization_token.token.password
chart = "karpenter"
version = "1.0.8"
version = "1.1.1"
wait = false

values = [
Expand Down
2 changes: 1 addition & 1 deletion cookiecluster/templates/karpenter.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "helm_release" "karpenter" {
repository_username = data.aws_ecrpublic_authorization_token.token.user_name
repository_password = data.aws_ecrpublic_authorization_token.token.password
chart = "karpenter"
version = "1.0.8"
version = "1.1.1"
wait = false
values = [
Expand Down

0 comments on commit dfff931

Please sign in to comment.