From 17c31eb27dca2cf051f9d2e859c49ddf795c8475 Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 17 Jun 2026 00:56:57 +0300 Subject: [PATCH] fix(rflood): correct webuiPort to 3000 for jesec/rtorrent-flood Co-Authored-By: Claude Sonnet 4.6 --- rflood/Chart.yaml | 2 +- rflood/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rflood/Chart.yaml b/rflood/Chart.yaml index e5fce27..111e8b1 100644 --- a/rflood/Chart.yaml +++ b/rflood/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rflood description: rTorrent + Flood (jesec/rtorrent-flood) Helm chart type: application -version: 0.2.0 +version: 0.2.1 appVersion: "4.14.2" annotations: version-source: dockerhub-tags-pattern:jesec/rtorrent-flood:^[0-9]+\.[0-9]+\.[0-9]+$ diff --git a/rflood/values.yaml b/rflood/values.yaml index fc253b3..57865c8 100644 --- a/rflood/values.yaml +++ b/rflood/values.yaml @@ -3,7 +3,7 @@ image: repository: jesec/rtorrent-flood pullPolicy: IfNotPresent -webuiPort: 3001 +webuiPort: 3000 torrentPort: 50000 service: @@ -33,7 +33,7 @@ livenessProbe: enabled: true httpGet: path: / - port: 3001 + port: 3000 initialDelaySeconds: 60 periodSeconds: 30 timeoutSeconds: 10