We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4b1db commit fd7085aCopy full SHA for fd7085a
karpenter/karpenter.tf
@@ -27,7 +27,7 @@ resource "helm_release" "karpenter" {
27
repository_username = data.aws_ecrpublic_authorization_token.token.user_name
28
repository_password = data.aws_ecrpublic_authorization_token.token.password
29
chart = "karpenter"
30
- version = "1.5.0"
+ version = "1.5.1"
31
wait = false
32
33
values = [
0 commit comments