This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/b4bz/homer](https://hub.docker.com/r/b4bz/homer) ([source](https://redirect.github.com/bastienwirtz/homer)) | patch | `f861e8e` -> `8270c56` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>bastienwirtz/homer (docker.io/b4bz/homer)</summary> ### [`v25.05.2`](https://redirect.github.com/bastienwirtz/homer/releases/tag/v25.05.2) [Compare Source](https://redirect.github.com/bastienwirtz/homer/compare/v25.05.1...v25.05.2) <!-- Release notes generated using configuration in .github/release.yml at v25.05.2 --> #### What's Changed ##### Main changes - feat(smart-cards): handle dynamic loading error by [@​bastienwirtz](https://redirect.github.com/bastienwirtz) in [https://github.com/bastienwirtz/homer/pull/923](https://redirect.github.com/bastienwirtz/homer/pull/923) - docs: configure Pi-Hole v6 API with URL that ends with admin by [@​eoleedi](https://redirect.github.com/eoleedi) in [https://github.com/bastienwirtz/homer/pull/925](https://redirect.github.com/bastienwirtz/homer/pull/925) - Do not mandate the usage of an API key for Pi-hole v6 by [@​tanasegabriel](https://redirect.github.com/tanasegabriel) in [https://github.com/bastienwirtz/homer/pull/927](https://redirect.github.com/bastienwirtz/homer/pull/927) - Do not force lang by [@​juanjosepablos](https://redirect.github.com/juanjosepablos) in [https://github.com/bastienwirtz/homer/pull/932](https://redirect.github.com/bastienwirtz/homer/pull/932) #### New Contributors - [@​eoleedi](https://redirect.github.com/eoleedi) made their first contribution in [https://github.com/bastienwirtz/homer/pull/925](https://redirect.github.com/bastienwirtz/homer/pull/925) - [@​juanjosepablos](https://redirect.github.com/juanjosepablos) made their first contribution in [https://github.com/bastienwirtz/homer/pull/932](https://redirect.github.com/bastienwirtz/homer/pull/932) **Full Changelog**: https://github.com/bastienwirtz/homer/compare/v25.05.1...v25.05.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
27 lines
492 B
YAML
27 lines
492 B
YAML
image:
|
|
repository: docker.io/b4bz/homer
|
|
tag: v25.05.2@sha256:8270c5631f7494f01bb6d9d459de37ab65f13998aa64dfd980ce5236b7be525e
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10178
|
|
targetPort: 8080
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/www/assets"
|
|
|
|
securityContext:
|
|
container:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
INIT_ASSETS: true
|