This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ajnart/homarr](https://redirect.github.com/ajnart/homarr) | minor | `3ddd7a3` -> `737ec36` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ajnart/homarr (ghcr.io/ajnart/homarr)</summary> ### [`v0.16.0`](https://redirect.github.com/ajnart/homarr/releases/tag/v0.16.0) [Compare Source](https://redirect.github.com/ajnart/homarr/compare/v0.15.10...v0.16.0) > \[!NOTE]\ > The old version (meaning this one) will no longer receive any updates and will be archived in the next few days. We encourage everybody to migrate to v1.31.0+ at https://github.com/homarr-labs/homarr. It has been a while since we published a new version here. This version adds a new modal to notify the user that he should migrate to v1.31.0+ to receive further updates. <img width="809" height="739" alt="image" src="https://github.com/user-attachments/assets/0797384e-f8c8-43c0-afdc-98242601bfa8" /> If users really want to stick with this version, you can set the env variable `DISABLE_UPGRADE_MODAL` to disable this modal, just keep in mind that you will not get any security updates. #### Feedback If you think that something should be changed / added from the old version (0.15.10+). Let us know through a [GitHub issue](https://redirect.github.com/homarr-labs/homarr/issues/new/choose). #### New Contributors - [@​xmarkurion](https://redirect.github.com/xmarkurion) made their first contribution in [https://github.com/ajnart/homarr/pull/2271](https://redirect.github.com/ajnart/homarr/pull/2271) - [@​jo-chemla](https://redirect.github.com/jo-chemla) made their first contribution in [https://github.com/ajnart/homarr/pull/2276](https://redirect.github.com/ajnart/homarr/pull/2276) - [@​DR-Blogs](https://redirect.github.com/DR-Blogs) made their first contribution in [https://github.com/ajnart/homarr/pull/2278](https://redirect.github.com/ajnart/homarr/pull/2278) - [@​tesar-tech](https://redirect.github.com/tesar-tech) made their first contribution in [https://github.com/ajnart/homarr/pull/2318](https://redirect.github.com/ajnart/homarr/pull/2318) **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.15.10...v0.16.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
31 lines
637 B
YAML
31 lines
637 B
YAML
image:
|
|
repository: ghcr.io/ajnart/homarr
|
|
tag: 0.16.0@sha256:737ec361ed248b6d2b62b037da816f283b0484e0b94bc9876945c7c602e7307c
|
|
pullPolicy: IfNotPresent
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
NEXTAUTH_SECRET:
|
|
secretKeyRef:
|
|
name: homarr-secrets
|
|
key: NEXTAUTH_SECRET
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10245
|
|
targetPort: 7575
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/data/configs"
|
|
icons:
|
|
enabled: true
|
|
mountPath: "/app/public/icons"
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|