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 bdf2503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -27,6 +27,7 @@ spec:
controller:
replicaCount: 2
allowSnippetAnnotations: true
annotationsRiskLevel: Critical
admissionWebhooks:
objectSelector:
matchExpressions:
Expand Down
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit bdf2503

Please sign in to comment.