From 827a6dd1789aa80ae514ecee0fd40be28a7c9666 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 13 Apr 2026 18:27:35 +0200 Subject: [PATCH] =?UTF-8?q?fix(dispatcharr):=20update=20image=20docker.io/?= =?UTF-8?q?dispatcharr/dispatcharr=200.22.0=20=E2=86=92=200.22.1=20(#46845?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/dispatcharr/dispatcharr](https://redirect.github.com/Dispatcharr/Dispatcharr) | patch | `06189b5` → `ccdfa7e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Dispatcharr/Dispatcharr (docker.io/dispatcharr/dispatcharr) ### [`v0.22.1`](https://redirect.github.com/Dispatcharr/Dispatcharr/blob/HEAD/CHANGELOG.md#0221---2026-04-05) [Compare Source](https://redirect.github.com/Dispatcharr/Dispatcharr/compare/v0.22.0...v0.22.1) ##### Fixed - Fixed EPG sources that emit a UTF-8 BOM (e.g. ErsatzTV, EPGShare, WebGrab+Plus) parsing 0 channels and 0 programmes after the HTML entity fix introduced in v0.22.0. `bytes.lstrip()` only strips ASCII whitespace, leaving the three BOM bytes (`EF BB BF`) in place, so `stripped.startswith(b' --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/dispatcharr/Chart.yaml | 4 ++-- charts/stable/dispatcharr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/dispatcharr/Chart.yaml b/charts/stable/dispatcharr/Chart.yaml index a11829a6435..ca740ee5bf3 100644 --- a/charts/stable/dispatcharr/Chart.yaml +++ b/charts/stable/dispatcharr/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.22.0 +appVersion: 0.22.1 dependencies: - name: common version: 29.0.10 @@ -36,5 +36,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dispatcharr - https://hub.docker.com/r/dispatcharr/dispatcharr type: application -version: 2.1.1 +version: 2.1.2 diff --git a/charts/stable/dispatcharr/values.yaml b/charts/stable/dispatcharr/values.yaml index 6776a7925e4..3953a08328c 100644 --- a/charts/stable/dispatcharr/values.yaml +++ b/charts/stable/dispatcharr/values.yaml @@ -2,7 +2,7 @@ image: pullPolicy: IfNotPresent repository: docker.io/dispatcharr/dispatcharr - tag: 0.22.0@sha256:06189b5f338fe2c8bd2527ab9e2751bc8a1b32b955a44c1bc16cc0768ae290e6 + tag: 0.22.1@sha256:ccdfa7e407f48878567fed06dcf895e437e01b9240f7b944a486722ba8aa6c4d securityContext: container: readOnlyRootFilesystem: false