This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/mtlynch/picoshare | minor | `ad26acf` -> `880f8da` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
29 lines
721 B
YAML
29 lines
721 B
YAML
image:
|
|
repository: docker.io/mtlynch/picoshare
|
|
tag: 1.5.1@sha256:880f8dad37fe68f6d34920c6edd4675b4dd3d5122c548e1d17d793b2f2ec939d
|
|
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"
|