chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@188236f (#15719)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `ec1dcde` -> `188236f` | --- > [!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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS40IiwidXBkYXRlZEluVmVyIjoiMzcuODEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
c3970f280e
commit
c7738e540b
|
@ -1,40 +1,40 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: '>=1.24.0'
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libremdb
|
name: libremdb
|
||||||
version: 3.0.318
|
version: 3.0.319
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: A free & open source IMDb front-end.
|
description: A free & open source IMDb front-end.
|
||||||
home: https://truecharts.org/charts/stable/libremdb
|
home: https://truecharts.org/charts/stable/libremdb
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
- https://github.com/zyachel/libremdb
|
||||||
- https://github.com/zyachel/libremdb
|
- https://github.com/truecharts/charts/tree/master/charts/stable/libremdb
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/libremdb
|
- https://quay.io/pussthecatorg/libremdb
|
||||||
- https://quay.io/pussthecatorg/libremdb
|
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
keywords:
|
keywords:
|
||||||
- libremdb
|
- libremdb
|
||||||
- media
|
- media
|
||||||
- imdb
|
- imdb
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 14.3.5
|
version: 14.3.5
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 6.0.66
|
version: 6.0.66
|
||||||
repository: https://deps.truecharts.org
|
repository: https://deps.truecharts.org
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 23.10.1
|
max_scale_version: 23.10.1
|
||||||
min_scale_version: 22.12.4
|
min_scale_version: 22.12.4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: quay.io/pussthecatorg/libremdb
|
repository: quay.io/pussthecatorg/libremdb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:ec1dcde8fb23baa03d03bc70aa6dceff2aff1ea209d008f1db2db21df670e6ef
|
tag: latest@sha256:188236f53cf4f4e229c9f297ba046696a019a52448540f29ec9555c623471bdf
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue