Skip to content

Commit

Permalink
feat(helm): update chart ingress-nginx ( 4.11.3 → 4.12.0 )
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Dec 30, 2024
1 parent 4f0404f commit 0e0416a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
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-charts
Expand All @@ -32,7 +32,6 @@ spec:
replicaCount: 2
updateStrategy:
type: RollingUpdate
allowSnippetAnnotations: true
enableAnnotationValidations: true

service:
Expand All @@ -58,6 +57,8 @@ spec:
values: ["external-nginx"]

config:
allow-snippet-annotations: true
# annotations-risk-level: Critical
block-user-agents: "AdsBot-Google,Amazonbot,anthropic-ai,Applebot-Extended,Bytespider,CCBot,ChatGPT-User,ClaudeBot,Claude-Web,cohere-ai,Diffbot,FacebookBot,FriendlyCrawler,Google-Extended,GoogleOther,GPTBot,img2dataset,omgili,omgilibot,peer39_crawler,peer39_crawler/1.0,PerplexityBot,YouBot," # taken from https://github.com/ai-robots-txt/ai.robots.txt
client-body-buffer-size: 100M
client-body-timeout: 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nginx-internal-nginx
name: nginx-internal
spec:
interval: 15m
chart:
spec:
chart: ingress-nginx
version: 4.11.3
version: 4.12.0
sourceRef:
kind: HelmRepository
name: ingress-nginx-charts
Expand All @@ -32,7 +32,6 @@ spec:
replicaCount: 2
updateStrategy:
type: RollingUpdate
allowSnippetAnnotations: true
enableAnnotationValidations: true

service:
Expand All @@ -58,6 +57,8 @@ spec:
values: ["internal-nginx"]

config:
allow-snippet-annotations: true
# annotations-risk-level: Critical
block-user-agents: "AdsBot-Google,Amazonbot,anthropic-ai,Applebot-Extended,Bytespider,CCBot,ChatGPT-User,ClaudeBot,Claude-Web,cohere-ai,Diffbot,FacebookBot,FriendlyCrawler,Google-Extended,GoogleOther,GPTBot,img2dataset,omgili,omgilibot,peer39_crawler,peer39_crawler/1.0,PerplexityBot,YouBot," # taken from https://github.com/ai-robots-txt/ai.robots.txt
client-body-buffer-size: 100M
client-body-timeout: 120
Expand Down

0 comments on commit 0e0416a

Please sign in to comment.