Skip to content

Commit

Permalink
Merge pull request #277 from Tanguille/renovate/ingress-nginx-4.x
Browse files Browse the repository at this point in the history
feat(helm): update ingress-nginx ( 4.11.3 → 4.12.0 )
  • Loading branch information
Tanguille authored Jan 1, 2025
2 parents 0b70613 + 9f77d4c commit 02907ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: ingress-nginx
version: 4.11.3
version: 4.12.0
sourceRef:
kind: HelmRepository
name: ingress-nginx
Expand Down Expand Up @@ -42,6 +42,7 @@ spec:
operator: In
values: ["external"]
config:
annotations-risk-level: Critical # TODO: See if i can remove snippets from ingress at some point
client-body-buffer-size: 100M
client-body-timeout: 120
client-header-timeout: 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: ingress-nginx
version: 4.11.3
version: 4.12.0
sourceRef:
kind: HelmRepository
name: ingress-nginx
Expand Down Expand Up @@ -38,6 +38,7 @@ spec:
operator: In
values: ["internal"]
config:
annotations-risk-level: Critical # TODO: See if i can remove snippets from ingress at some point
client-body-buffer-size: 100M
client-body-timeout: 120
client-header-timeout: 120
Expand Down

0 comments on commit 02907ba

Please sign in to comment.