fix(kromgo): update image ghcr.io/home-operations/kromgo 0.14.2 → 0.14.3 (#48791)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/kromgo](https://redirect.github.com/home-operations/kromgo) | patch | `4f0bea8` → `c91e3b4` | --- > [!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.3`](https://redirect.github.com/home-operations/kromgo/blob/HEAD/CHANGELOG.md#0143-2026-06-05) [Compare Source](https://redirect.github.com/home-operations/kromgo/compare/0.14.2...0.14.3) ##### Features - **chart:** disable ServiceAccount token automount by default ([#​220](https://redirect.github.com/home-operations/kromgo/issues/220)) ([2fcdd05](https://redirect.github.com/home-operations/kromgo/commit/2fcdd054ddff173b77136c4614266a88afb9df6e)) - **chart:** generate values.schema.json ([#​224](https://redirect.github.com/home-operations/kromgo/issues/224)) ([f2b1ac9](https://redirect.github.com/home-operations/kromgo/commit/f2b1ac9da00ab68bee4fefc34dcdace4ab2e9d35)) - **chart:** render values through tpl ([#​218](https://redirect.github.com/home-operations/kromgo/issues/218)) ([c04ee32](https://redirect.github.com/home-operations/kromgo/commit/c04ee3279f32ea1d4ecf15d144e07172274ddd1d)) - **graph:** optional area fill (fill: true) ([#​222](https://redirect.github.com/home-operations/kromgo/issues/222)) ([c7045f2](https://redirect.github.com/home-operations/kromgo/commit/c7045f2b8e0a01c5f7b945953c9cc61b2fa503af)) - **graph:** y-axis min/max + reference mark lines ([#​223](https://redirect.github.com/home-operations/kromgo/issues/223)) ([b304342](https://redirect.github.com/home-operations/kromgo/commit/b304342603941583f4b64635cdccc7d1372074ca)) ##### Bug Fixes - **graph:** round y-axis tick values (PreferNiceIntervals) ([#​221](https://redirect.github.com/home-operations/kromgo/issues/221)) ([67fcecc](https://redirect.github.com/home-operations/kromgo/commit/67fceccf5d59a6ae42108d2d31007fc8ffd638fc)) </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.2
|
||||
appVersion: 0.14.3
|
||||
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.1
|
||||
version: 3.0.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/home-operations/kromgo
|
||||
tag: 0.14.2@sha256:4f0bea8252985df1154f97d2fdb586638dc623e90cdd60e0a1453114582d9aa5
|
||||
tag: 0.14.3@sha256:c91e3b4e8a85668006d6223da67eb4b479d52f75fa89a1582a390fd4a0d1454a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Raw Kromgo configuration
|
||||
|
||||
Reference in New Issue
Block a user