Skip to content

Commit

Permalink
Merge pull request #225 from rkoosaar/renovate/main-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
rkoosaar authored Jan 2, 2025
2 parents 4cca6ab + 1a04afe commit 340c93b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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,8 +42,9 @@ spec:
- key: ingress-class
operator: In
values: ["external"]
allowSnippetAnnotations: true
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
block-user-agents: "GPTBot,~*GPTBot*,ChatGPT-User,~*ChatGPT-User*,Google-Extended,~*Google-Extended*,CCBot,~*CCBot*,Omgilibot,~*Omgilibot*,FacebookBot,~*FacebookBot*" # taken from https://github.com/superseriousbusiness/gotosocial/blob/main/internal/web/robots.go
client-body-buffer-size: 100M
client-body-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 @@ -40,8 +40,9 @@ spec:
- key: ingress-class
operator: In
values: ["internal"]
allowSnippetAnnotations: true
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
block-user-agents: "GPTBot,~*GPTBot*,ChatGPT-User,~*ChatGPT-User*,Google-Extended,~*Google-Extended*,CCBot,~*CCBot*,Omgilibot,~*Omgilibot*,FacebookBot,~*FacebookBot*" # taken from https://github.com/superseriousbusiness/gotosocial/blob/main/internal/web/robots.go
client-body-buffer-size: 100M
client-body-timeout: 120
Expand Down

0 comments on commit 340c93b

Please sign in to comment.