chore(deps): update container image mauricenino/dashdot to v5.5.2@e61f4c7 by renovate (#17433)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [mauricenino/dashdot](https://togithub.com/MauriceNino/dashdot) |
patch | `5.5.1` -> `5.5.2` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>MauriceNino/dashdot (mauricenino/dashdot)</summary>
###
[`v5.5.2`](https://togithub.com/MauriceNino/dashdot/releases/tag/v5.5.2)
[Compare
Source](https://togithub.com/MauriceNino/dashdot/compare/v5.5.1...v5.5.2)
##### Bug Fixes
- filter sizes array for only rw ones
([e031e35](e031e35950
)),
closes
[#​1008](https://togithub.com/MauriceNino/dashdot/issues/1008)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
This commit is contained in:
parent
f11301fce6
commit
85e4af94b0
|
@ -3,11 +3,11 @@ annotations:
|
|||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.5.1
|
||||
appVersion: 5.5.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png
|
|||
keywords:
|
||||
- dashboard
|
||||
- dashdot
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/dashdot
|
||||
- https://hub.docker.com/r/mauricenino/dashdot
|
||||
type: application
|
||||
version: 7.2.2
|
||||
version: 7.2.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: mauricenino/dashdot
|
||||
tag: 5.5.1@sha256:c9d4ec367ce1aefdbaec6890c6336af2aed9063c0fa8fa2346a3071ae5503324
|
||||
tag: 5.5.2@sha256:e61f4c77cd801e2690f0c9cdfcdd70de13bd94fef69f343860b3977831525ddc
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue