Skip to content

Commit

Permalink
Upgrade nginx-ingress helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhlobo committed Jul 25, 2021
1 parent 1c491e5 commit 826a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/basic/dependencies/dependencies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "helm_release" "cert-manager" {
resource "helm_release" "nginx-ingress" {
name = "nginx-ingress"
chart = "nginx-ingress"
version = "0.9.1"
version = "0.10.0"
repository = "https://helm.nginx.com/stable"
namespace = "kube-system"

Expand Down

0 comments on commit 826a68e

Please sign in to comment.