Skip to content

Commit

Permalink
feat(argocd): bump blocky to 0.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Jul 17, 2024
1 parent 75db67b commit 047cd3d
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.22.3
targetRevision: 0.24.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 @@ -70,7 +70,7 @@ upstreams:
blocking:
customize: true

blackLists:
denylists:
ads:
- https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
- https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts
Expand Down Expand Up @@ -132,7 +132,7 @@ blocking:
all:
- |
/.*/
whiteLists:
allowlists:
ads:
- https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt
- |
Expand All @@ -157,8 +157,8 @@ blocking:

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

filtering:
Expand Down Expand Up @@ -186,6 +186,9 @@ redis:
serviceMonitor:
enabled: true

ede:
enable: true

prometheus:
serviceMonitor:
enabled: true
Expand Down

0 comments on commit 047cd3d

Please sign in to comment.