From c259e1472dbd24c83497ea2597d1edc32376b128 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 30 Mar 2025 20:20:09 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/carlrei?= =?UTF-8?q?d/streammaster=200.12.0=20=E2=86=92=200.13.0=20(#33753)?= 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 | `bc12d13` -> `84f4edf` | 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.13.0`](https://redirect.github.com/carlreid/StreamMaster/blob/HEAD/CHANGELOG.md#0130-2025-03-30) [Compare Source](https://redirect.github.com/carlreid/StreamMaster/compare/v0.12.0...v0.13.0) ##### Bug Fixes - Remove debug log message ([4435801](https://redirect.github.com/carlreid/StreamMaster/commit/443580116bf6ca5c209d77491a4ce33c1e1597a4)) - Use `Release` version ([2fe37db](https://redirect.github.com/carlreid/StreamMaster/commit/2fe37db654f3c724922fef18a16221b9eb658520)) ##### Features - Give credit to contributors ([96b90c6](https://redirect.github.com/carlreid/StreamMaster/commit/96b90c6897e367a90d379d582f98deec9f160118)) - Video player fallback to hls/mpegts ([ba8c87e](https://redirect.github.com/carlreid/StreamMaster/commit/ba8c87e1b8ebc35d3b601b71bede7991e90bc3a7))
--- ### 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/incubator/streammaster/Chart.yaml | 4 ++-- charts/incubator/streammaster/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/streammaster/Chart.yaml b/charts/incubator/streammaster/Chart.yaml index 876f1db86d3..cb94b4f5bd4 100644 --- a/charts/incubator/streammaster/Chart.yaml +++ b/charts/incubator/streammaster/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: incubator apiVersion: v2 -appVersion: 0.12.0 +appVersion: 0.13.0 dependencies: - name: common version: 25.4.10 @@ -36,4 +36,4 @@ sources: - https://github.com/carlreid/StreamMaster - https://github.com/truecharts/charts/tree/master/charts/incubator/streammaster type: application -version: 0.1.0 +version: 0.2.0 diff --git a/charts/incubator/streammaster/values.yaml b/charts/incubator/streammaster/values.yaml index df1933ab0d3..8cd1823b529 100644 --- a/charts/incubator/streammaster/values.yaml +++ b/charts/incubator/streammaster/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/carlreid/streammaster pullPolicy: IfNotPresent - tag: 0.12.0@sha256:bc12d138f1941a59c103610a79bfa2da0e290dc0cafcd172c10f8e6f5fa397cc + tag: 0.13.0@sha256:84f4edf0d1afcec220caa6e71d573d412fefdc91ac6379d5eb5a00c91c5c4e8f securityContext: container: runAsNonRoot: false