This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `7589b9d` -> `28cf75d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)</summary> ### [`v2.195.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21950---2025-08-29) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.194.0...2.195.0) ##### Changed - Reused the request timeout in various functions of the data providers - Refactored the *ZEN* page to standalone - Upgraded `chart.js` from version `4.4.9` to `4.5.0` ##### Fixed - Handled an exception in the get quotes functionality of the *Financial Modeling Prep* service ### [`v2.194.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21940---2025-08-27) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.193.0...2.194.0) ##### Added - Extended the watchlist endpoint by 50-Day and 200-Day trends (experimental) ##### Changed - Moved the support to customize rules in the *X-ray* section from experimental to general availability - Improved the create or update activity dialog’s asset sub class selector for valuables to update the options dynamically based on the selected asset class - Improved the error handling in data providers - Randomized the minutes of the hourly data gathering cron job - Refactored the dialog footer component to standalone - Refactored the dialog header component to standalone - Refactored the landing page to standalone - Refactored the pricing page to standalone - Refactored the register page to standalone - Migrated the login with access token dialog from `ngModel` to form control - Upgraded `@ionic/angular` from version `8.6.3` to `8.7.3` - Upgraded `ionicons` from version `8.0.10` to `8.0.13` - Upgraded `prisma` from version `6.12.0` to `6.14.0` ### [`v2.193.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21930---2025-08-22) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.192.0...2.193.0) ##### Added - Added a filter by data source for the asset profiles in the admin control panel - Extended the data providers management of the admin control panel by every data provider in use ##### Changed - Improved the error handling in data providers - Upgraded `yahoo-finance2` from version `3.4.1` to `3.6.4` </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
image:
|
|
repository: docker.io/ghostfolio/ghostfolio
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.195.0@sha256:28cf75d1baf18e7b5d76a42b1f6ffb524c53926d9e9cb37d620b1422e2aaa8a9
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3333
|
|
targetPort: 3333
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/"
|
|
type: http
|
|
readiness:
|
|
path: "/"
|
|
type: http
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
ALPHA_VANTAGE_API_KEY: ""
|
|
ACCESS_TOKEN_SALT:
|
|
secretKeyRef:
|
|
name: ghostfolio-secrets
|
|
key: ACCESS_TOKEN_SALT
|
|
JWT_SECRET_KEY:
|
|
secretKeyRef:
|
|
name: ghostfolio-secrets
|
|
key: JWT_SECRET_KEY
|
|
DATABASE_URL:
|
|
secretKeyRef:
|
|
name: ghostfolio-secrets
|
|
key: DATABASE_URL
|
|
REDIS_HOST:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: plainhost
|
|
REDIS_PASSWORD: "{{ .Values.redis.password }}"
|
|
REDIS_PORT: "6379"
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: ghostfolio
|
|
database: ghostfolio
|
|
redis:
|
|
enabled: true
|