chore(deps): update container image doitandbedone/ispyagentdvr to v5.1.5.0@ee1b2ff (#16076)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker) | patch | `5.1.4.0` -> `5.1.5.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (doitandbedone/ispyagentdvr)</summary> ### [`v5.1.5.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.4.0...5.1.5.0) [Compare Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.4.0...5.1.5.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
f6ea9e2fac
commit
a74da5617b
|
@ -1,32 +1,32 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: ispy-agent-dvr
|
||||
version: 6.0.30
|
||||
appVersion: 5.1.4.0
|
||||
version: 6.0.31
|
||||
appVersion: 5.1.5.0
|
||||
description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
|
||||
home: https://truecharts.org/charts/stable/ispy-agent-dvr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/doitandbedone/ispyagentdvr-docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr
|
||||
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
|
||||
- https://github.com/doitandbedone/ispyagentdvr-docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr
|
||||
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- dvr
|
||||
- ispy
|
||||
- agent
|
||||
- dvr
|
||||
- ispy
|
||||
- agent
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: doitandbedone/ispyagentdvr
|
||||
tag: 5.1.4.0@sha256:c9fd33c1c07796e415f5692812ea245f11d6506f18f12a3d42bd518f99bdae46
|
||||
tag: 5.1.5.0@sha256:ee1b2ff968a1069dac6a324a54884286bc3d338f331c32fafc6c0a1a81688ff3
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue