chore(deps): update container image ghostfolio/ghostfolio to v2.29.0@d053c0e (#15925)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghostfolio/ghostfolio | minor | `2.28.0` -> `2.29.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS41IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
4d5c61cd91
commit
05743677f6
|
@ -1,42 +1,41 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: ghostfolio
|
||||
version: 0.4.1
|
||||
appVersion: 2.28.0
|
||||
description:
|
||||
Ghostfolio is a privacy-first, open source dashboard for your personal
|
||||
version: 0.5.0
|
||||
appVersion: 2.29.0
|
||||
description: Ghostfolio is a privacy-first, open source dashboard for your personal
|
||||
finances. Break down your asset allocation, know your net worth and make solid,
|
||||
data-driven investment decisions.
|
||||
home: https://truecharts.org/charts/stable/ghostfolio
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
||||
- https://ghostfol.io/
|
||||
- https://github.com/ghostfolio/ghostfolio
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
|
||||
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
||||
- https://ghostfol.io/
|
||||
- https://github.com/ghostfolio/ghostfolio
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- ghostfolio
|
||||
- finance
|
||||
- ghostfolio
|
||||
- finance
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 7.0.6
|
||||
repository: https://deps.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 7.0.6
|
||||
repository: https://deps.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:
|
||||
repository: ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.28.0@sha256:b01987c4ce80dc4abe4cbc1bca171e090c6332028bea07973f473e3463c7cb23
|
||||
tag: 2.29.0@sha256:d053c0e2c641e082e9349b1d0b56e5741c1e7c73cdc3779b2bb81710e4ccd9c0
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
|
Loading…
Reference in New Issue