Skip to content

Commit

Permalink
Merge pull request #222 from kashw2/renovate/ingress-nginx-4.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release ingress-nginx to v4.12.0
  • Loading branch information
kashw2 authored Dec 31, 2024
2 parents 0d3c7ed + 6b8d384 commit aa41f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontdoor-aks-nginx/modules/kubernetes/helm/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "helm_release" "ingress" {
replace = true
atomic = true
recreate_pods = true
version = "4.11.3"
version = "4.12.0"
set {
name = "controller.replicaCount"
value = "1"
Expand Down

0 comments on commit aa41f74

Please sign in to comment.