From 36f1168d67f53cdcf2227f45932c3f31dbd07252 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 May 2025 18:55:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/carlrei?= =?UTF-8?q?d/streammaster=200.14.1=20=E2=86=92=200.15.0=20(#35766)?= 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)) | minor | `93dd83a` -> `20cb636` | 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.15.0`](https://redirect.github.com/carlreid/StreamMaster/blob/HEAD/CHANGELOG.md#0150-2025-05-24) [Compare Source](https://redirect.github.com/carlreid/StreamMaster/compare/v0.14.1...v0.15.0) ##### Features - add for schedules direct EPG ([aa17558](https://redirect.github.com/carlreid/StreamMaster/commit/aa1755869c433450e7b4e726809b53577f0192e7)) #### [0.14.1](https://redirect.github.com/carlreid/StreamMaster/compare/v0.14.0...v0.14.1) (2025-05-22) ##### 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 387cfd592bc..2050576b6e8 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.1 +appVersion: 0.15.0 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.1 +version: 1.2.0 diff --git a/charts/stable/streammaster/values.yaml b/charts/stable/streammaster/values.yaml index 77e45b40d31..6d486d476e7 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.1@sha256:93dd83a64e817bc053ab9270ece940e4d8727128d9fbd7116cfdebb47b9b7fb3 + tag: 0.15.0@sha256:20cb6360594d26b6056e6fdc1d3c541d94b5d44da784267426b0cbe6ad4dbade securityContext: container: runAsNonRoot: false