Skip to content

Commit fd7085a

Browse files
chore(deps): update karpenter docker tag to v1.5.1
1 parent 8b4b1db commit fd7085a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karpenter/karpenter.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "helm_release" "karpenter" {
2727
repository_username = data.aws_ecrpublic_authorization_token.token.user_name
2828
repository_password = data.aws_ecrpublic_authorization_token.token.password
2929
chart = "karpenter"
30-
version = "1.5.0"
30+
version = "1.5.1"
3131
wait = false
3232

3333
values = [

0 commit comments

Comments
 (0)