Commit Graph
246 Commits
Author SHA1 Message Date
github-actions[bot] 247991f5cb chore: Automated version update for Helm charts 2026-07-02 04:25:18 +00:00
github-actions[bot] 83f117ea08 chore: Automated version update for Helm charts 2026-07-01 04:32:33 +00:00
github-actions[bot] 0933533aa7 chore: Automated version update for Helm charts 2026-06-30 04:26:53 +00:00
github-actions[bot] 93ae544d1f chore: Automated version update for Helm charts 2026-06-29 04:32:59 +00:00
github-actions[bot] 6ce6ee9eb6 chore: Automated version update for Helm charts 2026-06-28 04:32:00 +00:00
github-actions[bot] b78722b47d chore: Automated version update for Helm charts 2026-06-27 04:22:52 +00:00
github-actions[bot] dc5fb852e2 chore: Automated version update for Helm charts 2026-06-26 04:29:47 +00:00
github-actions[bot] f95e6177ce chore: Automated version update for Helm charts 2026-06-25 04:26:26 +00:00
github-actions[bot] 9d195c3ff1 chore: Automated version update for Helm charts 2026-06-24 04:27:12 +00:00
github-actions[bot] c634f3fe79 chore: Automated version update for Helm charts 2026-06-23 04:25:03 +00:00
github-actions[bot] 871501162b chore: Automated version update for Helm charts 2026-06-22 04:34:05 +00:00
github-actions[bot] 8e41d5438f chore: Automated version update for Helm charts 2026-06-21 04:33:06 +00:00
github-actions[bot] 0f546c0e68 chore: Automated version update for Helm charts 2026-06-20 04:30:25 +00:00
github-actions[bot] d27b572252 chore: Automated version update for Helm charts 2026-06-19 04:33:12 +00:00
shaandClaude Sonnet 4.6 132ef9d020 fix(jellyfin): downgrade to v10.11.10, exclude v10.11.11 from auto-update
v10.11.11 has a broken UpdateNormalizedUsername migration that queries
a column that was never added to the schema. Pin to v10.11.10 and add
version-exclude support to the update script so the daily bot skips
the broken version until upstream fixes it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 01:14:02 +03:00
sha 0e727ff2a8 fix(jellyfin): use v-prefixed tag to match actual ghcr.io tags
Image tags are v10.11.x not 10.11.x — the version-pattern stripping v
caused the pulled tag to not exist. Drop version-pattern and keep v prefix
in both appVersion and image.tag so hs node can pull the image again.
2026-06-19 01:01:07 +03:00
github-actions[bot] b690f2c63a chore: Automated version update for Helm charts 2026-06-18 04:32:17 +00:00
github-actions[bot] 2b4296e808 chore: Automated version update for Helm charts 2026-06-17 04:32:48 +00:00
shaandClaude Sonnet 4.6 b3675933fc fix(rflood): set HOME=/config and flood --auth none --rtsocket for jesec
- HOME=/config makes rtorrent read /config/.rtorrent.rc and use /config/session/
- flood --auth none disables login requirement
- flood --rtsocket points to socket path from rtorrent.rc
- rtorrentSocket value used consistently in both configmap and command args

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 01:09:59 +03:00
sha 562efdcede fix(rflood): point session and socket to /config to restore torrents
HOME=/home/download in jesec image but session was at /config/session/
from hotio. Use explicit paths so session persists on PVC.
2026-06-17 01:02:56 +03:00
shaandClaude Sonnet 4.6 17c31eb27d fix(rflood): correct webuiPort to 3000 for jesec/rtorrent-flood
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:56:57 +03:00
shaandClaude Sonnet 4.6 bc9837b373 feat(rflood): switch to jesec/rtorrent-flood to fix scheduler crash
hotio/rflood bundles rtorrent with a scheduler assertion bug that fires
on torrent delete and shutdown. jesec/rtorrent-flood uses an actively
maintained rtorrent fork with this fixed.

Changes:
- Image: hotio/rflood → jesec/rtorrent-flood:4.14.2
- webuiPort: 3000 → 3001
- Add ConfigMap for .rtorrent.rc (jesec requires explicit config)
- Replace PUID/PGID env vars with pod securityContext (runAsUser/Group 1001)
- Liveness probe: exec rtxmlrpc → httpGet on webui port
- Remove TCP RPC port from service (jesec uses Unix socket)
- Update version-source to dockerhub-tags-pattern for jesec tags

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:53:34 +03:00
sha aa8de3f8a3 fix: update rflood chart version and appVersion; enhance update script for ghcr-tags-build support 2026-06-16 22:04:27 +03:00
github-actions[bot] 40baa39c4e chore: Automated version update for Helm charts 2026-06-16 04:34:15 +00:00
github-actions[bot] 74583ad8fb chore: Automated version update for Helm charts 2026-06-15 04:33:57 +00:00
github-actions[bot] 5df88c1075 chore: Automated version update for Helm charts 2026-06-14 04:32:35 +00:00
github-actions[bot] 6cc2487fb5 chore: Automated version update for Helm charts 2026-06-13 04:31:42 +00:00
sha e2c6ba6a36 fix: update version and appVersion for frigate-mcp and home-assistant charts; enhance update script for github-sha support 2026-06-13 00:53:59 +03:00
github-actions[bot] de2f50e8ee chore: Automated version update for Helm charts 2026-06-12 04:32:10 +00:00
github-actions[bot] 466f8b4b18 chore: Automated version update for Helm charts 2026-06-11 04:32:20 +00:00
shaandClaude Sonnet 4.6 8e77d702ba fix(rflood): add liveness probe and raise memory limit to 4Gi
rtorrent periodically freezes blocking Flood's XMLRPC calls (activity-stream
and client/settings hang). Root causes: pieces.memory.max=1800M near the 2Gi
container limit; no liveness probe to trigger pod restart on hang.

- Liveness probe: exec rtxmlrpc system.time_seconds with 10s timeout; restart
  pod after 3 consecutive failures (every 30s check)
- Default memory limit raised from 2Gi to 4Gi

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 13:25:46 +03:00
github-actions[bot] 7da0adffdb chore: Automated version update for Helm charts 2026-06-10 04:31:32 +00:00
sha 93352adfdc chore: Add initial Helm chart for MariaDB with templates and values 2026-06-10 02:47:02 +03:00
github-actions[bot] 4868f77ed1 chore: Automated version update for Helm charts 2026-06-09 04:26:56 +00:00
github-actions[bot] 83335af4dc chore: Automated version update for Helm charts 2026-06-08 04:33:05 +00:00
github-actions[bot] c4639ce43d chore: Automated version update for Helm charts 2026-06-07 04:32:10 +00:00
github-actions[bot] e63df448b7 chore: Automated version update for Helm charts 2026-06-06 04:24:32 +00:00
github-actions[bot] 147ef61ac8 chore: Automated version update for Helm charts 2026-06-05 04:31:26 +00:00
github-actions[bot] 5fdbc8e58b chore: Automated version update for Helm charts 2026-06-04 04:32:36 +00:00
github-actions[bot] 28fcf8c830 chore: Automated version update for Helm charts 2026-06-03 04:32:38 +00:00
github-actions[bot] 28f75051c5 chore: Automated version update for Helm charts 2026-06-02 04:32:20 +00:00
github-actions[bot] 9b2e20218e chore: Automated version update for Helm charts 2026-06-01 04:33:53 +00:00
github-actions[bot] 3cca52ada1 chore: Automated version update for Helm charts 2026-05-31 04:31:47 +00:00
github-actions[bot] 78c89162e7 chore: Automated version update for Helm charts 2026-05-30 04:23:40 +00:00
github-actions[bot] 286d06a3d8 chore: Automated version update for Helm charts 2026-05-29 04:30:41 +00:00
github-actions[bot] d3356cfd13 chore: Automated version update for Helm charts 2026-05-28 04:28:57 +00:00
github-actions[bot] 383dcfc81c chore: Automated version update for Helm charts 2026-05-27 04:31:44 +00:00
github-actions[bot] 5cba0d79d3 chore: Automated version update for Helm charts 2026-05-26 04:27:17 +00:00
github-actions[bot] 03856d8d0d chore: Automated version update for Helm charts 2026-05-25 04:32:15 +00:00
github-actions[bot] 23e0018ee5 chore: Automated version update for Helm charts 2026-05-24 04:29:32 +00:00