Files
truecharts/charts/stable/megasync/values.yaml
T
TrueCharts Bot 4de4d8de97 chore(deps): update container image ich777/megasync to latest@a01453f by renovate (#21530)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/megasync | digest | `f4b25ab` -> `a01453f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 10:07:44 +00:00

43 lines
760 B
YAML

image:
repository: ich777/megasync
tag: latest@sha256:a01453fea5f2aae3c4602a95f52ba1ba859f8daded15607327fdcc0e8e28bda9
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