Files
truecharts/charts/stable/megasync/values.yaml
T
TrueCharts BotandGitHub 7bea8a4209 chore(deps): update container image ich777/megasync to latest@c56d21b by renovate (#17635)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/megasync | digest | `6c65468` -> `c56d21b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:40:54 +01:00

43 lines
760 B
YAML

image:
repository: ich777/megasync
tag: latest@sha256:c56d21bb6a4e7e5be2bc808f5ebc87d7d27908519f737722f9d69e29b48924c2
pullPolicy: IfNotPresent
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 8080
protocol: http
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
DATA_DIR: "{{ .Values.persistence.data.mountPath }}"
CUSTOM_RES_H: "600"
CUSTOM_RES_W: "800"
persistence:
data:
enabled: true
mountPath: /data
hostpath:
enabled: true
mountPath: /mnt/host
readOnly: true
portal:
open:
enabled: true