This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `71aca54` -> `b77c626` | --- > [!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 (ghostfolio/ghostfolio)</summary> ### [`v2.115.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21150---2024-10-14) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.114.0...2.115.0) ##### Added - Added the name to the tooltip of the chart of the holdings tab on the home page (experimental) ##### Changed - Improved the backgrounds of the chart of the holdings tab on the home page (experimental) - Improved the labels of the chart of the holdings tab on the home page (experimental) - Improved the usability to customize the rule thresholds in the *X-ray* section by introducing sliders (experimental) - Refactored the rule thresholds in the *X-ray* section (experimental) - Exposed the timeout of the portfolio snapshot computation as an environment variable (`PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_TIMEOUT`) - Harmonized the processor concurrency environment variables - Improved the portfolio unit tests to work with exported activity files - Enabled the `noUnusedLocals` compiler option in the `tsconfig` - Enabled the `noUnusedParameters` compiler option in the `tsconfig` ##### Fixed - Considered the language of the user settings on login with *Security Token* ##### Todo - Rename the environment variable from `PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE` to `PROCESSOR_GATHER_ASSET_PROFILE_CONCURRENCY` - Rename the environment variable from `PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA` to `PROCESSOR_GATHER_HISTORICAL_MARKET_DATA_CONCURRENCY` - Rename the environment variable from `PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT` to `PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
image:
|
|
repository: ghostfolio/ghostfolio
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.115.0@sha256:b77c6267fd3b26f4f80e5c5a889087c1e5520197a8f9c8802d5c0685143dc003
|
|
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
|
|
includeCommon: true
|
|
portal:
|
|
open:
|
|
enabled: true
|