Skip to content

Commit

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

values = [
Expand Down

0 comments on commit f2b73ba

Please sign in to comment.