Skip to content

Commit ee946c6

Browse files
committed
chore: update qbit and tautulli
Signed-off-by: Michael Fornaro <[email protected]>
1 parent 207ea36 commit ee946c6

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

kubernetes/apps/base/home-system/qbittorrent/tools/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
<<: *container
134134
args: [
135135
"limiter",
136-
"--max-line-speed-mbps", "10",
136+
"--max-line-speed-mbps", "40",
137137
"--max-percent", "0.8",
138138
"--limit-percent", "0.4",
139139
"--interval", "5"

kubernetes/apps/base/home-system/tautulli/app/helmrelease.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
app:
4444
image:
4545
repository: ghcr.io/home-operations/tautulli
46-
tag: 2.15.3@sha256:3e0eaca8c082ebe121a0ae9125bea1b4e2d177fca34ac8df4ec14a28e62f63a4
46+
tag: 2.16.0@sha256:2a092f86a51f5718111097b0fced33eaa876b5904a543b7504f92357a4f75635
4747
env:
4848
TZ: Australia/Melbourne
4949
TAUTULLI__PORT: &port 80
@@ -76,7 +76,6 @@ spec:
7676
runAsGroup: 1000
7777
fsGroup: 1000
7878
fsGroupChangePolicy: OnRootMismatch
79-
seccompProfile: { type: RuntimeDefault }
8079
service:
8180
app:
8281
controller: *app
@@ -90,9 +89,12 @@ spec:
9089
existingClaim: tautulli-cache
9190
globalMounts:
9291
- path: /config/cache
93-
config-logs:
94-
type: emptyDir
95-
globalMounts:
96-
- path: /config/logs
97-
tmp:
92+
tmpfs:
9893
type: emptyDir
94+
advancedMounts:
95+
tautulli:
96+
app:
97+
- path: /config/logs
98+
subPath: logs
99+
- path: /tmp
100+
subPath: tmp

0 commit comments

Comments
 (0)