chore(deps): update container image krateng/maloja to latest@c76bca4 (#16195)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | krateng/maloja | digest | `5f73e17` -> `c76bca4` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
12b73aa18b
commit
018d5de2f0
|
@ -1,33 +1,32 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: maloja
|
||||
version: 3.0.4
|
||||
version: 3.0.5
|
||||
appVersion: latest
|
||||
description:
|
||||
Self-hosted music scrobble database to create personal listening statistics
|
||||
description: Self-hosted music scrobble database to create personal listening statistics
|
||||
and charts as a substitute for Last.fm / Libre.fm / GNU FM.
|
||||
home: https://truecharts.org/charts/incubator/maloja
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://maloja.krateng.ch/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/maloja
|
||||
- https://hub.docker.com/r/krateng/maloja
|
||||
- https://maloja.krateng.ch/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/maloja
|
||||
- https://hub.docker.com/r/krateng/maloja
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- maloja
|
||||
- MediaServer-Music
|
||||
- maloja
|
||||
- MediaServer-Music
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.6
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 16.2.6
|
||||
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,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: krateng/maloja
|
||||
tag: latest@sha256:5f73e1735a11bf5b7dd7921931091291f3bf6c2cf6679ae4b5f55d11a979c8db
|
||||
tag: latest@sha256:c76bca4be5b382118df83a8ab6be5b7a2c69622503a24f0948d04ff22caacde2
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue