Files
truecharts/charts/stable/libremdb/values.yaml
TrueCharts Bot ef4b2f8ce6 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#8251)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/libremdb | digest | `dc89587` -> `3164f02` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-27 16:31:53 +02:00

40 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:3164f029a24584fb49acd5e9ca8be886547801f695abea1b0abbb41a6aaea793
service:
main:
ports:
main:
protocol: http
targetPort: 3000
port: 10593
persistence:
config:
enabled: true
mountPath: /opt/app
redis:
enabled: true
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
env:
NEXT_PUBLIC_URL: http://localhost:3000
NEXT_TELEMETRY_DISABLED: 1
AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0"
AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
AXIOS_LANGUAGE: "en-US,en;q=0.5"
USE_REDIS: true
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url