Skip to content

Commit

Permalink
chore(deps): update karpenter docker tag to v0.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent f8e64f2 commit 9e27211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karpenter/karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 = "v0.34.1"
version = "0.36.2"
wait = false

values = [
Expand Down

0 comments on commit 9e27211

Please sign in to comment.