Files
truecharts/charts/stable/ghostfolio/values.yaml
T
TrueCharts Bot 12295b2902 chore(helm): update image docker.io/ghostfolio/ghostfolio 2.154.0 → 2.155.0 (#34769)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `9e97a8e` -> `1b68aca` |

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.155.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21550---2025-04-23)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.154.0...2.155.0)

##### Added

-   Added the endpoints (`DELETE`, `GET` and `POST`) for the watchlist

##### Changed

-   Simplified the data source check in the DTO of the activity creation
- Simplified the data source check in the DTO of the asset profile
update
-   Renamed `User` to `user` in the `Subscription` database schema
-   Migrated the `@ghostfolio/ui/assistant` component to control flow
-   Migrated the `@ghostfolio/ui/value` component to control flow

##### Fixed

- Fixed an issue in the settings dialog to customize the rule thresholds
of the *X-ray* page (experimental)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-25 08:39:22 +02:00

60 lines
1.5 KiB
YAML

image:
repository: docker.io/ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.155.0@sha256:1b68aca7a92d2c3fe56bfc64ee3f4ee1b4ee08f45180264e399b3223748bde83
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