fix(kromgo): update image ghcr.io/home-operations/kromgo 0.14.0 → 0.14.2 (#48776)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/kromgo](https://redirect.github.com/home-operations/kromgo) | patch | `94ee0e2` → `4f0bea8` | --- > [!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.2`](https://redirect.github.com/home-operations/kromgo/blob/HEAD/CHANGELOG.md#0142-2026-06-05) [Compare Source](https://redirect.github.com/home-operations/kromgo/compare/0.14.1...0.14.2) ##### Features - graph valueExpr for y-axis label formatting ([#​217](https://redirect.github.com/home-operations/kromgo/issues/217)) ([e31db54](https://redirect.github.com/home-operations/kromgo/commit/e31db54cb93352fe7fd9941f2dac5654e0d3ff4d)) ##### Bug Fixes - no title badge rendering ([#​215](https://redirect.github.com/home-operations/kromgo/issues/215)) ([e8997f3](https://redirect.github.com/home-operations/kromgo/commit/e8997f33f417f9449b473ee1d6a10a5d845e27bf)) ### [`v0.14.1`](https://redirect.github.com/home-operations/kromgo/blob/HEAD/CHANGELOG.md#0141-2026-06-05) [Compare Source](https://redirect.github.com/home-operations/kromgo/compare/0.14.0...0.14.1) ##### Features - add kromgo helm chart ([#​214](https://redirect.github.com/home-operations/kromgo/issues/214)) ([168e479](https://redirect.github.com/home-operations/kromgo/commit/168e4791702371cfb37dcdbc0bff8157b34c3641)) ##### Bug Fixes - **deps:** update dependency marked (18.0.4 → 18.0.5) ([#​213](https://redirect.github.com/home-operations/kromgo/issues/213)) ([f1e127d](https://redirect.github.com/home-operations/kromgo/commit/f1e127d394925f9f407418a6ae237e98d2d298de)) - **deps:** update module github.com/prometheus/common (v0.68.0 → v0.68.1) ([#​210](https://redirect.github.com/home-operations/kromgo/issues/210)) ([5f7a860](https://redirect.github.com/home-operations/kromgo/commit/5f7a8606283cc4d1074fa1d3e85dff36cbac9538)) - **mise:** update tool go (1.26.3 → 1.26.4) ([cde60a0](https://redirect.github.com/home-operations/kromgo/commit/cde60a017bf76153dfef04525520fd851924a38f)) </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.0
|
||||
appVersion: 0.14.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -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.0.0
|
||||
version: 3.0.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/home-operations/kromgo
|
||||
tag: 0.14.0@sha256:94ee0e2561048dc4637ca21b9926b76d87c15baf951678c7febb852269b7e10b
|
||||
tag: 0.14.2@sha256:4f0bea8252985df1154f97d2fdb586638dc623e90cdd60e0a1453114582d9aa5
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Raw Kromgo configuration
|
||||
|
||||
Reference in New Issue
Block a user