56161b48fc
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sentriz/gonic](https://togithub.com/sentriz/gonic) | patch | `v0.16.3` -> `v0.16.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sentriz/gonic (sentriz/gonic)</summary> ### [`v0.16.4`](https://togithub.com/sentriz/gonic/releases/tag/v0.16.4): gonic v0.16.4 [Compare Source](https://togithub.com/sentriz/gonic/compare/v0.16.3...v0.16.4) ##### Features - support internet radio stations for jukebox ([62d49a3](https://www.github.com/sentriz/gonic/commit/62d49a33d1c7cb93ed7bd44478b44b4bc5145889)), closes [#​481](https://www.togithub.com/sentriz/gonic/issues/481) ##### Bug Fixes - **subsonic:** allow unlimited bitrate with no transcode setting configured ([81f8a7e](https://www.github.com/sentriz/gonic/commit/81f8a7ec49cc1fe66fdad2b1b80ff646ca2a1040)), closes [#​485](https://www.togithub.com/sentriz/gonic/issues/485) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
image:
|
|
repository: sentriz/gonic
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.16.4@sha256:22e2c9de7a95606f196e1828e6ba0224aa29245cba42cb19eeb4322f6dae4c7b
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10023
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GONIC_LISTEN_ADDR: ":{{ .Values.service.main.ports.main.port }}"
|
|
GONIC_DB_PATH: "{{ .Values.persistence.data.mountPath }}/gonic.db"
|
|
GONIC_CACHE_PATH: "{{ .Values.persistence.cache.mountPath }}"
|
|
GONIC_PLAYLISTS_PATH: "{{ .Values.persistence.playlists.mountPath }}"
|
|
GONIC_PODCAST_PATH: "{{ .Values.persistence.podcast.mountPath }}"
|
|
GONIC_MUSIC_PATH: "{{ .Values.persistence.music.mountPath }}"
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
cache:
|
|
enabled: true
|
|
mountPath: /cache
|
|
playlists:
|
|
enabled: true
|
|
mountPath: /playlists
|
|
podcast:
|
|
enabled: true
|
|
mountPath: /podcast
|
|
music:
|
|
enabled: true
|
|
mountPath: /music
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|