chore(helm): update image ghcr.io/carlreid/streammaster 0.14.1 → 0.15.0 (#35766)

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-05-29 18:55:54 +02:00
committed by GitHub
parent 93b372436b
commit 36f1168d67
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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