Files
truecharts/charts/stable/babybuddy/values.yaml
T
TrueCharts BotandGitHub 1fd0ff20d7 chore(deps): update container image ghcr.io/linuxserver/babybuddy to 2.2.1@ec85923 by renovate (#18303)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/babybuddy](https://togithub.com/linuxserver/docker-babybuddy/packages)
([source](https://togithub.com/linuxserver/docker-babybuddy)) | digest |
`9767513` -> `ec85923` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 15:28:20 +01:00

49 lines
1.1 KiB
YAML

image:
repository: ghcr.io/linuxserver/babybuddy
pullPolicy: IfNotPresent
tag: 2.2.1@sha256:ec85923d5b67e6108552c252ed699909a832801abd602e77e23df5133e490204
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10069
protocol: http
targetPort: 8000
workload:
main:
podSpec:
containers:
main:
env:
DB_ENGINE: "django.db.backends.postgresql"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_PORT: "5432"
CSRF_TRUSTED_ORIGINS: ""
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
persistence:
config:
enabled: true
mountPath: /config
cnpg:
main:
enabled: true
user: babybuddy
database: babybuddy
portal:
open:
enabled: true