Skip to content

Commit

Permalink
feat(helm): bump blocky to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Oct 17, 2023
1 parent 1bc6db4 commit 5371247
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion argocd/apps/blocky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/blocky/prod.yaml
repoURL: https://charts.bhyoo.com
targetRevision: 0.20.0
targetRevision: 0.22.0
syncPolicy:
automated:
prune: true
Expand Down
11 changes: 7 additions & 4 deletions values/blocky/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ blocking:
- https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt
- |
newrelic.com
one.newrelic.com
thepiratebay.org
trackers:
- |
newrelic.com
Expand All @@ -150,7 +152,11 @@ blocking:
hackers:
- all

downloadTimeout: 4m
loading:
downloads:
timeout: 4m
maxErrorsPerSource: -1
concurrency: 20

filtering:
customize: true
Expand Down Expand Up @@ -204,6 +210,3 @@ clientLookup:
- 3.101.216.80 # US
- 68.183.29.9 # US
- 3.134.5.68 # US

# FIXME: 0.22 이후에 지우기
minTlsServeVersion: 1.2

0 comments on commit 5371247

Please sign in to comment.