mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Downgrade nginx ingress to 4.10.5 because https://nas.junv.cc/redirect.html didn't work
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ resource "helm_release" "ingress_nginx" {
|
||||
name = "ingress-nginx"
|
||||
repository = "https://kubernetes.github.io/ingress-nginx"
|
||||
chart = "ingress-nginx"
|
||||
version = "4.13.0"
|
||||
version = "4.10.5"
|
||||
namespace = "ingress-nginx"
|
||||
create_namespace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user