fix(kromgo): update image ghcr.io/home-operations/kromgo 0.14.9 → 0.14.10 (#49268)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/kromgo](https://redirect.github.com/home-operations/kromgo) | patch | `2843fa3` → `70efc19` | --- > [!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>home-operations/kromgo (ghcr.io/home-operations/kromgo)</summary> ### [`v0.14.10`](https://redirect.github.com/home-operations/kromgo/blob/HEAD/CHANGELOG.md#01410-2026-06-18) [Compare Source](https://redirect.github.com/home-operations/kromgo/compare/0.14.9...0.14.10) ##### Features - move the monitoring port (health + metrics) to 8081 ([#​265](https://redirect.github.com/home-operations/kromgo/issues/265)) ([36a9122](https://redirect.github.com/home-operations/kromgo/commit/36a9122c1935da1463ffb85a74e751e4d235f758)) ##### Miscellaneous Chores - **mise:** update node toolchain (24.16.0 → v24.17.0) ([#​263](https://redirect.github.com/home-operations/kromgo/issues/263)) ([0637abc](https://redirect.github.com/home-operations/kromgo/commit/0637abc8b7aa61e7de822416ea2054f44ddba47e)) - **mise:** update tool helm (4.2.1 → 4.2.2) ([#​261](https://redirect.github.com/home-operations/kromgo/issues/261)) ([e9c06d1](https://redirect.github.com/home-operations/kromgo/commit/e9c06d147497c9cfccbc1292f33c88c7e522c2ee)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rcm9tZ28iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.14.9
|
||||
appVersion: 0.14.10
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/home-operations/kromgo
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kromgo
|
||||
type: application
|
||||
version: 3.1.4
|
||||
version: 3.1.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/home-operations/kromgo
|
||||
tag: 0.14.9@sha256:2843fa3178f03674959307e2b73e563499138c6304776e5d2a935a3df0bc616a
|
||||
tag: 0.14.10@sha256:70efc194c057c834b3d4935f4fd6dd65a4ba813f097b5fffc2ace41cfa8b9ec7
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Raw Kromgo configuration
|
||||
|
||||
Reference in New Issue
Block a user