Skip to content

Commit

Permalink
chore(deps): update karpenter docker tag to v0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent f8e64f2 commit 0138b4d
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.35.1"
wait = false

values = [
Expand Down

0 comments on commit 0138b4d

Please sign in to comment.