Skip to content

Commit

Permalink
chore(deps): update karpenter docker tag to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 18, 2024
1 parent 62ab266 commit 1cf00c8
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.33.2"
version = "v0.34.0"
wait = false

values = [
Expand Down

0 comments on commit 1cf00c8

Please sign in to comment.