Files
truecharts/charts/stable/tasmobackup/values.yaml
T
TrueCharts Bot d27ec30ee1 chore(deps): update container image danmed/tasmobackupv1 to 1.05.00@a36d8aa by renovate (#16759)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [danmed/tasmobackupv1](https://togithub.com/danmed/TasmoBackupV1) |
digest | `65cd95d` -> `a36d8aa` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-03 09:14:36 +01:00

41 lines
687 B
YAML

image:
repository: danmed/tasmobackupv1
tag: 1.05.00@sha256:a36d8aae8809f4e81257fecf76424a07ce390a276466f8aaed325802ff020c9c
pullPolicy: IfNotPresent
env:
DBNAME: data/tasmobackup
DBTYPE: sqlite
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
DBNAME: data/tasmobackup
DBTYPE: sqlite
service:
main:
ports:
main:
port: 8259
protocol: http
targetPort: 80
persistence:
data:
enabled: true
mountPath: /var/www/html/data
portal:
open:
enabled: true