fix(homarr): update image ghcr.io/homarr-labs/homarr v1.69.0 → v1.69.1 (#49873)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/homarr-labs/homarr](https://redirect.github.com/homarr-labs/homarr) | patch | `d3e53c9` → `fbc43fc` | --- > [!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.1`](https://redirect.github.com/homarr-labs/homarr/releases/tag/v1.69.1) [Compare Source](https://redirect.github.com/homarr-labs/homarr/compare/v1.69.0...v1.69.1) ##### Bug Fixes - unblock query cache mutations in demo mode and add cache buster ([#​6176](https://redirect.github.com/homarr-labs/homarr/issues/6176)) ([a382c75](https://redirect.github.com/homarr-labs/homarr/commit/a382c75968e73bafff55b5890b1e95f0779b50d3)) </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-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.69.0
|
||||
appVersion: 1.69.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.7.1
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/ajnart/homarr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homarr
|
||||
type: application
|
||||
version: 15.18.0
|
||||
version: 15.18.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/homarr-labs/homarr
|
||||
tag: v1.69.0@sha256:d3e53c9bc847f0bef7360319b60611c88301a5511fd3d16f5a86a638ad91bd2a
|
||||
tag: v1.69.1@sha256:fbc43fc086b2095a1f008316f673ebb2d846c995514bd7426fcd97cb161187fe
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user