Files
truecharts/charts/stable/ghostfolio/values.yaml
T
TrueCharts Bot e389524b34 chore(helm): update image docker.io/ghostfolio/ghostfolio 2.141.0 → 2.143.0 (#32793)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `26919b3` -> `ca281d7` |

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.143.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21430---2025-03-02)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.142.0...2.143.0)

##### Added

-   Added the Ghostfolio *LinkedIn* page to the about page
-   Added the Ghostfolio *LinkedIn* page to the footer

##### Changed

- Optimized the asynchronous operations using `Promise.all()` in the
portfolio service (`getPerformance`)
- Improved the symbol lookup in the *Trackinsight* data enhancer for
asset profile data
- Removed the no transactions info component from the holdings table on
the home page
- Refactored the show condition of the step by step introduction for new
users using the activities count
-   Upgraded `color` from version `4.2.3` to `5.0.0`
-   Upgraded `prisma` from version `6.3.0` to `6.4.1`

##### Fixed

- Handled an exception in the export functionality related to platforms
- Handled an exception in the benchmark service related to unnamed asset
profiles

###
[`v2.142.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21420---2025-02-28)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.141.0...2.142.0)

##### Added

-   Extended the export functionality by the platforms
- Extended the portfolio snapshot in the portfolio calculator by the
`createdAt` timestamp
- Extended the *Trackinsight* data enhancer for asset profile data by
`cusip`
-   Added *Storybook* to the build process

##### Changed

-   Upgraded `eslint` dependencies

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-03 08:23:43 +00:00

63 lines
1.5 KiB
YAML

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