Skip to content

Commit

Permalink
chore(deps): update helm release ingress-nginx to v4.12.0 (#1439)
Browse files Browse the repository at this point in the history
* chore(deps): update helm release ingress-nginx to v4.12.0

* fix: set annotations-risk-level

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bo0tzz <[email protected]>
  • Loading branch information
renovate[bot] and bo0tzz authored Jan 2, 2025
1 parent c78c145 commit cea0438
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions infrastructure/ingress/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ spec:
chart:
spec:
chart: ingress-nginx
version: '4.11.3'
version: '4.12.0'
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: ingress
interval: 1h
values:
controller:
allowSnippetAnnotations: true
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
service:
loadBalancerIP: 192.168.4.100
annotations:
Expand All @@ -47,15 +49,17 @@ spec:
chart:
spec:
chart: ingress-nginx
version: '4.11.3'
version: '4.12.0'
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: ingress
interval: 1h
values:
controller:
allowSnippetAnnotations: true
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
electionID: ingress-controller-internal-leader
service:
loadBalancerIP: 192.168.4.101
Expand Down

0 comments on commit cea0438

Please sign in to comment.