Skip to content

Commit 962d508

Browse files
authored
Update ingress.tf
Bump nginx version
1 parent 3209c8a commit 962d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/ingress.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "helm_release" "nginx" {
1616
name = "ingress-nginx"
1717
repository = "https://kubernetes.github.io/ingress-nginx"
1818
chart = "ingress-nginx"
19-
version = "4.4.0"
19+
version = "4.4.2"
2020
namespace = "ingress-nginx"
2121
create_namespace = true
2222

0 commit comments

Comments
 (0)