Skip to content

Commit

Permalink
Bumping ingress nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
juandiegopalomino committed Jun 15, 2022
1 parent 8433367 commit 0259f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws_k8s_base/tf_module/ingress_nginx.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "helm_release" "ingress-nginx" {
chart = "ingress-nginx"
name = "ingress-nginx"
repository = "https://kubernetes.github.io/ingress-nginx"
version = contains(["1.19", "1.20", "1.21", "1.22"], var.k8s_version) ? "4.0.17" : "3.40.0"
version = contains(["1.19", "1.20", "1.21", "1.22"], var.k8s_version) ? "4.1.4" : "3.40.0"
namespace = "ingress-nginx"
create_namespace = true
atomic = true
Expand Down

0 comments on commit 0259f12

Please sign in to comment.