Files
TrueCharts Bot f9b2d7c0d3 chore(jellystat): update image docker.io/cyfershepard/jellystat digest to c4e2dfa (#49436)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/cyfershepard/jellystat | digest | `bb7ebe4` → `c4e2dfa` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9qZWxseXN0YXQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-24 17:18:01 +02:00

66 lines
1.6 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/cyfershepard/jellystat
pullPolicy: IfNotPresent
tag: latest@sha256:c4e2dfa8bddf8d5ac3a675d7202f71a54dcfe3540cc186899d9201e0fe701fa5
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: true
ports:
main:
enabled: true
protocol: http
port: 10681
targetPort: 3000
ws:
enabled: true
protocol: tcp
port: 10682
targetPort: 3004
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
readiness:
path: "/"
startup:
path: "/"
env:
# PORT variables do not work.
# PORT: "{{ .Values.service.main.ports.main.port }}"
# WS_PORT: "{{ .Values.service.main.ports.ws.port }}"
POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
POSTGRES_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
POSTGRES_IP:
secretKeyRef:
name: cnpg-main-urls
key: host
POSTGRES_PORT: 5432
JWT_SECRET:
secretKeyRef:
name: jellystat-secrets
key: JWT_SECRET
persistence:
backup:
enabled: true
mountPath: "/app/backend/backup-data"
cnpg:
main:
enabled: true
# static name
user: jfstat
database: jfstat