36f1168d67
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=-->
54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
image:
|
|
repository: ghcr.io/carlreid/streammaster
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.15.0@sha256:20cb6360594d26b6056e6fdc1d3c541d94b5d44da784267426b0cbe6ad4dbade
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7095
|
|
sslport:
|
|
enabled: true
|
|
ports:
|
|
sslport:
|
|
enabled: true
|
|
port: 7096
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
logos:
|
|
enabled: true
|
|
mountPath: "/config/tv-logos"
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DEFAULT_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
DEFAULT_SSL_PORT: "{{ .Values.service.sslport.ports.sslport.port }}"
|
|
# Default is 5
|
|
BACKUP_VERSIONS_TO_KEEP: 5
|
|
POSTGRES_DB: "{{ .Values.cnpg.main.database }}"
|
|
POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
|
|
POSTGRES_PASSWORD:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|
|
POSTGRES_HOST:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: host
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: streammaster
|
|
database: streammaster
|