Files
truecharts/charts/stable/picoshare/values.yaml
T
TrueCharts Bot 1bdad0ce1e fix(picoshare): update image docker.io/mtlynch/picoshare 1.5.2 → v1.5.4 (#48537)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/mtlynch/picoshare | patch | `1b786f8` → `053fee7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9waWNvc2hhcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-05-27 07:28:53 +02:00

30 lines
775 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/mtlynch/picoshare
tag: v1.5.4@sha256:053fee7cbdc64894e924733d5405158a9baadbecd231bfe97ae69d16fd2c2639
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"