From 12be102b59bd9b64e57bc4b5e4beab77050dded6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 28 May 2025 23:43:15 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/carlrei?= =?UTF-8?q?d/streammaster=200.14.0=20=E2=86=92=200.14.1=20(#35705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/carlreid/streammaster](https://hub.docker.com/r/carlreid/streammaster/) ([source](https://redirect.github.com/carlreid/StreamMaster)) | patch | `8f674a1` -> `93dd83a` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
carlreid/StreamMaster (ghcr.io/carlreid/streammaster) ### [`v0.14.1`](https://redirect.github.com/carlreid/StreamMaster/blob/HEAD/CHANGELOG.md#0141-2025-05-22) [Compare Source](https://redirect.github.com/carlreid/StreamMaster/compare/v0.14.0...v0.14.1) ##### Bug Fixes - Add API error handler ([8dc8bcd](https://redirect.github.com/carlreid/StreamMaster/commit/8dc8bcd2c71c1bbd4b3f96c9f611040257c6ada0)) - Correct base URL to download images ([b8cb3f0](https://redirect.github.com/carlreid/StreamMaster/commit/b8cb3f093c547aca429cf64782597f3c3aca8e23)) - Expose `SeriesPosterArt` setting ([a3314f7](https://redirect.github.com/carlreid/StreamMaster/commit/a3314f71f7761691cfd7614b0e0a49c3f4c8b24f))
--- ### 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/streammaster/Chart.yaml | 4 ++-- charts/stable/streammaster/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/streammaster/Chart.yaml b/charts/stable/streammaster/Chart.yaml index 41df200fc60..387cfd592bc 100644 --- a/charts/stable/streammaster/Chart.yaml +++ b/charts/stable/streammaster/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.14.0 +appVersion: 0.14.1 dependencies: - name: common version: 25.4.10 @@ -39,5 +39,5 @@ sources: - https://github.com/carlreid/StreamMaster - https://github.com/truecharts/charts/tree/master/charts/stable/streammaster type: application -version: 1.1.0 +version: 1.1.1 diff --git a/charts/stable/streammaster/values.yaml b/charts/stable/streammaster/values.yaml index 662a7cf9311..77e45b40d31 100644 --- a/charts/stable/streammaster/values.yaml +++ b/charts/stable/streammaster/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/carlreid/streammaster pullPolicy: IfNotPresent - tag: 0.14.0@sha256:8f674a1a6c9ab62aed2c51f4a5aba6c954101fd8f49d69445416fde9410c21b9 + tag: 0.14.1@sha256:93dd83a64e817bc053ab9270ece940e4d8727128d9fbd7116cfdebb47b9b7fb3 securityContext: container: runAsNonRoot: false