Skip to content

Commit

Permalink
feat(helm): update ingress-nginx (4.11.3 → 4.12.0) (#3231)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
  • Loading branch information
bot-blake[bot] authored and buroa committed Dec 30, 2024
1 parent 1627931 commit 61d7e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions kubernetes/apps/networking/nginx/external/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: ingress-nginx
version: 4.11.3
version: 4.12.0
sourceRef:
kind: HelmRepository
name: ingress-nginx
Expand All @@ -26,7 +26,6 @@ spec:
fullnameOverride: *app
controller:
replicaCount: 2
allowSnippetAnnotations: true
admissionWebhooks:
objectSelector:
matchExpressions:
Expand All @@ -35,6 +34,8 @@ spec:
values:
- external
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
client-body-buffer-size: 100M
client-body-timeout: 120
client-header-timeout: 120
Expand Down
5 changes: 3 additions & 2 deletions kubernetes/apps/networking/nginx/internal/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: ingress-nginx
version: 4.11.3
version: 4.12.0
sourceRef:
kind: HelmRepository
name: ingress-nginx
Expand All @@ -26,7 +26,6 @@ spec:
fullnameOverride: *app
controller:
replicaCount: 2
allowSnippetAnnotations: true
admissionWebhooks:
objectSelector:
matchExpressions:
Expand All @@ -35,6 +34,8 @@ spec:
values:
- internal
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
client-body-buffer-size: 100M
client-body-timeout: 120
client-header-timeout: 120
Expand Down

0 comments on commit 61d7e0f

Please sign in to comment.