710a4376d4
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | patch | `9c7c447` → `e1b0fb3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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> ### [`v3.0.1`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#301---2026-04-26) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/3.0.0...3.0.1) ##### Changed - Moved the copy-to-clipboard button for the ISIN number in the holding detail dialog from experimental to general availability - Moved the copy-to-clipboard button for the symbol in the holding detail dialog from experimental to general availability - Improved the styling of buttons and input fields across various components - Upgraded `prettier` from version `3.8.2` to `3.8.3` ##### Fixed - Fixed the cash label in the holdings table of the portfolio holdings page - Fixed the cash label in the holdings table of the public page </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9naG9zdGZvbGlvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/ghostfolio/ghostfolio
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.0.1@sha256:e1b0fb31b888bddcdb4dd14899ea6b5696555782e8a121ccc795feae489f1447
|
|
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
|