Skip to content

Commit fc289e9

Browse files
Merge pull request #34 from humanitec-architecture/mathieu-benoit-patch-1
Update helm_ingress.tf - ingress-nginx: 4.12.1
2 parents e40c9fe + cc35739 commit fc289e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gke/helm_ingress.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "helm_release" "ingress_nginx" {
44
create_namespace = true
55
repository = "https://kubernetes.github.io/ingress-nginx"
66
chart = "ingress-nginx"
7-
version = "4.11.2"
7+
version = "4.12.1"
88
wait = true
99
timeout = 300
1010

0 commit comments

Comments
 (0)