Files
truecharts/charts/stable/picoshare/values.yaml
T
TrueCharts Bot 130aa9218b chore(deps): update container image mtlynch/picoshare to v1.4.2@67d7622 by renovate (#18395)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mtlynch/picoshare | patch | `1.4.1` -> `1.4.2` |

---

> [!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:41:40 +01:00

32 lines
745 B
YAML

image:
repository: mtlynch/picoshare
tag: 1.4.2@sha256:67d76220fbb76fe0b9c013a3196ef42851823ed81f5d4064f0dd5f44ab3ccc4c
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10209
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
# web admin password
PS_SHARED_SECRET: "somesecretcode"
# optional
LITESTREAM_BUCKET: ""
LITESTREAM_ENDPOINT: ""
LITESTREAM_ACCESS_KEY_ID: ""
LITESTREAM_SECRET_ACCESS_KEY: ""
LITESTREAM_RETENTION: 72h
persistence:
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true