Files
truecharts/charts/stable/picoshare/values.yaml
T
TrueCharts Bot fbd2aca79f chore(deps): update container image mtlynch/picoshare to v1.4.4@36eda70 by renovate (#23081)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mtlynch/picoshare | patch | `1.4.3` -> `1.4.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTguMiIsInVwZGF0ZWRJblZlciI6IjM3LjM5OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-07 20:31:38 +02:00

32 lines
745 B
YAML

image:
repository: mtlynch/picoshare
tag: 1.4.4@sha256:36eda700181a517bc8d32f630416ed751fd78c2805a270ff23e85190ecef817c
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