Skip to content

Commit

Permalink
Merge pull request #3435 from joryirving/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
joryirving authored Dec 30, 2024
2 parents bbd9830 + c70c550 commit d208209
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions kubernetes/main/apps/network/nginx/external/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 @@ -41,8 +41,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
5 changes: 3 additions & 2 deletions kubernetes/main/apps/network/nginx/internal/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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: ["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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 @@ -10,7 +10,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: ["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 d208209

Please sign in to comment.