chore(deps): update scrypted to v0.59.0@85bc2bf (minor) (#15705)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/scrypted-full](https://togithub.com/truecharts/containers) | minor | `v0.44.0` -> `v0.59.0` | | [tccr.io/truecharts/scrypted-lite](https://togithub.com/truecharts/containers) | minor | `v0.44.0` -> `v0.59.0` | | [tccr.io/truecharts/scrypted-thin](https://togithub.com/truecharts/containers) | minor | `v0.44.0` -> `v0.59.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS40IiwidXBkYXRlZEluVmVyIjoiMzcuODEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
44f8d81be2
commit
3b5a524bca
|
@ -1,32 +1,37 @@
|
|||
kubeVersion: ">=1.16.0-0"
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: scrypted
|
||||
version: 1.0.8
|
||||
appVersion: 0.44.0
|
||||
description:
|
||||
Scrypted is a high performance home video integration and automation
|
||||
version: 1.3.0
|
||||
appVersion: 0.59.0
|
||||
description: Scrypted is a high performance home video integration and automation
|
||||
platform.
|
||||
home: https://truecharts.org/charts/incubator/scrypted
|
||||
home: https://truecharts.org/charts/stable/scrypted
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorscrypted-thin
|
||||
- https://github.com/koush/scrypted
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/scrypted
|
||||
- https://github.com/koush/scrypted
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/scrypted
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorscrypted-thin
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- scrypted
|
||||
- automation
|
||||
- scrypted
|
||||
- automation
|
||||
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:
|
||||
"truecharts.org/category": media
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/scrypted-thin
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.44.0@sha256:c69c15c1249b19346531ec85f2e6fcd0d8c7a444381bc249f00c06e0541ac366
|
||||
tag: v0.59.0@sha256:2c280da7178342c224831121cfe43b60ea1f71a7922985bc8aee56d68f006a07
|
||||
liteImage:
|
||||
repository: tccr.io/truecharts/scrypted-lite
|
||||
tag: v0.44.0@sha256:c81fd27344ad17c3d91d2a650c803ba12c99278a6e1fda6928d6a9aeb452b4c1
|
||||
tag: v0.59.0@sha256:8d4dc4a6482073c2ac9885529d36ce05b7e92c2451e7878a85f9bef4e2f9deb6
|
||||
pullPolicy: Always
|
||||
fullImage:
|
||||
repository: tccr.io/truecharts/scrypted-full
|
||||
tag: v0.44.0@sha256:f696f03034da40244a77d17e46c9cc61f7be3e8f9451244a3758ba896b0c3d0d
|
||||
tag: v0.59.0@sha256:85bc2bff2bb9a1d5edb2dfddcf402c6b32073371f38085941e8edf1051ec503b
|
||||
pullPolicy: Always
|
||||
|
||||
securityContext:
|
||||
|
|
Loading…
Reference in New Issue