Files
TrueCharts BotandGitHub cb6bcc167c feat(gonic): update image docker.io/sentriz/gonic v0.21.0 → v0.22.0 (#48919)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/sentriz/gonic](https://redirect.github.com/sentriz/gonic) |
minor | `a6b7abf` → `516fd96` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>sentriz/gonic (docker.io/sentriz/gonic)</summary>

###
[`v0.22.0`](https://redirect.github.com/sentriz/gonic/releases/tag/v0.22.0):
gonic v0.22.0

[Compare
Source](https://redirect.github.com/sentriz/gonic/compare/v0.21.0...v0.22.0)

##### Features

- **gonic:** resolve artist info from musicbrainz without a lastfm key
([ff022c1](https://www.github.com/sentriz/gonic/commit/ff022c178d63fca0bb8445919e6ed407f53bd357))
- **gonic:** store and deduplicate artists by musicbrainz id
([ae546e6](https://www.github.com/sentriz/gonic/commit/ae546e65e401fcf905b4cfa7ddb807a2e1fd5062))

##### Bug Fixes

- **lastfm:** ignore placeholder image when stealing artist image
([e800661](https://www.github.com/sentriz/gonic/commit/e800661e7297d0c14b0c51d0858732f9ba8d2cba))
- **subsonic:** only consult format prefs when client requests a format
([1dd97a5](https://www.github.com/sentriz/gonic/commit/1dd97a532e1f75239188d9fe1ebeb239fddfca45))
- **subsonic:** restrict startScan to admin users
([2376c61](https://www.github.com/sentriz/gonic/commit/2376c61bf73642f39e9ee45e735423d8df82b132))

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9nb25pYyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-06-10 02:05:59 +00:00

48 lines
1.1 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/sentriz/gonic
pullPolicy: IfNotPresent
tag: v0.22.0@sha256:516fd9645614ba3a596d86174216c3e944808b9ec970c581678713be4c8b1d49
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