2efb760ce4
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/homarr-labs/homarr](https://redirect.github.com/homarr-labs/homarr) | patch | `fbc43fc` → `b65f8b1` | --- > [!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>homarr-labs/homarr (ghcr.io/homarr-labs/homarr)</summary> ### [`v1.69.2`](https://redirect.github.com/homarr-labs/homarr/releases/tag/v1.69.2) [Compare Source](https://redirect.github.com/homarr-labs/homarr/compare/v1.69.1...v1.69.2) ##### Bug Fixes - **layout:** raise AppShellHeader z-index above Indicator dots ([687edb9](https://redirect.github.com/homarr-labs/homarr/commit/687edb9226307cb83986097abb24fe7f672e1778)), closes [#​6194](https://redirect.github.com/homarr-labs/homarr/issues/6194) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ob21hcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
31 lines
650 B
YAML
31 lines
650 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/homarr-labs/homarr
|
|
tag: v1.69.2@sha256:b65f8b17c6e38efed411c7057bf15419456eb5d35e44ad8cff64af3572090c78
|
|
pullPolicy: IfNotPresent
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SECRET_ENCRYPTION_KEY: "changemeplease"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10245
|
|
targetPort: 7575
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: "/appdata"
|
|
varrun:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|