chore(helm): update image ghcr.io/carlreid/streammaster 0.12.0 → 0.13.0 (#33753)

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

<details>
<summary>carlreid/StreamMaster (ghcr.io/carlreid/streammaster)</summary>

###
[`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))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-03-30 20:20:09 +02:00
committed by GitHub
parent c5579bc1a6
commit c259e1472d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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