ffba9226e1
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [danmed/tasmobackupv1](https://togithub.com/danmed/TasmoBackupV1) | patch | `1.06.05` -> `1.06.06` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>danmed/TasmoBackupV1 (danmed/tasmobackupv1)</summary> ### [`v1.06.06`](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.05...1.06.06) [Compare Source](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.05...1.06.06) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
41 lines
687 B
YAML
41 lines
687 B
YAML
image:
|
|
repository: danmed/tasmobackupv1
|
|
tag: 1.06.06@sha256:6b338b20e312c699110e5de805bfb866d5617997eb2ea6bbe7f063c7a1a37910
|
|
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
|