chore(helm): update image docker.io/brandawg93/peanut 5.15.0 → 5.16.0 (#40614)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | minor | `e3d60b0` -> `5a067c0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Brandawg93/PeaNUT (docker.io/brandawg93/peanut)</summary> ### [`v5.16.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.16.0) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.15.0...v5.16.0) #### What's Changed - Add Glance example to Readme by [@​Kage](https://redirect.github.com/Kage) in [#​311](https://redirect.github.com/Brandawg93/PeaNUT/pull/311) - Better authentication context by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​315](https://redirect.github.com/Brandawg93/PeaNUT/pull/315) - Caching by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​317](https://redirect.github.com/Brandawg93/PeaNUT/pull/317) - Package updates by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​318](https://redirect.github.com/Brandawg93/PeaNUT/pull/318) #### New Contributors - [@​Kage](https://redirect.github.com/Kage) made their first contribution in [#​311](https://redirect.github.com/Brandawg93/PeaNUT/pull/311) **Full Changelog**: <https://github.com/Brandawg93/PeaNUT/compare/v5.15.0...v5.16.0> </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.15.0
|
||||
appVersion: 5.16.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.22.0
|
||||
@@ -22,8 +22,8 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: A Tiny Dashboard for Network UPS Tools.
|
||||
home: https://trueforge.org/truecharts/stable/peanut
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/peanut.webp
|
||||
home: https://truecharts.org/charts/stable/peanut
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.webp
|
||||
keywords:
|
||||
- peanut
|
||||
- ups
|
||||
@@ -35,8 +35,9 @@ maintainers:
|
||||
name: peanut
|
||||
sources:
|
||||
- https://github.com/Brandawg93/PeaNUT
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/peanut
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/peanut
|
||||
- https://hub.docker.com/r/brandawg93/peanut
|
||||
type: application
|
||||
version: 8.13.0
|
||||
version: 8.14.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/brandawg93/peanut
|
||||
tag: 5.15.0@sha256:e3d60b03dae785d4fcd24074dd369d96d41ae37df23a3c06f3dcb2777cbb54f3
|
||||
tag: 5.16.0@sha256:5a067c06814b193180c4e2487c2454f598702984c9f7fa6e1d2ffc8300ce0ed0
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user