Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 8aa04b0

Browse files
chore(deps): update helm release ingress-nginx to v4.9.0
1 parent dd101c1 commit 8aa04b0

File tree

1 file changed

+1
-1
lines changed
  • bootstrap/modules/ingress-nginx

1 file changed

+1
-1
lines changed

bootstrap/modules/ingress-nginx/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "helm_release" "ingress_nginx" {
22
chart = "ingress-nginx"
33
name = "ingress-nginx"
44
repository = "https://kubernetes.github.io/ingress-nginx/"
5-
version = "4.8.2"
5+
version = "4.9.0"
66
namespace = "ops-ingress-nginx"
77

88
atomic = true

0 commit comments

Comments
 (0)