Files
truecharts/charts/stable/ghostfolio/values.yaml
TrueCharts Bot 50c307a6bc chore(deps): update container image ghostfolio/ghostfolio to v2.50.0@8fa4eef by renovate (#18191)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghostfolio/ghostfolio | minor | `2.47.0` -> `2.50.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:40:42 +01:00

66 lines
1.6 KiB
YAML

image:
repository: ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.50.0@sha256:8fa4eeff74696da1a753d0ae71f90dabe73ceddc89c6247aa0cf7b68ea6d7514
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:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: redis-password
REDIS_PORT: "6379"
cnpg:
main:
enabled: true
user: ghostfolio
database: ghostfolio
redis:
enabled: true
portal:
open:
enabled: true