This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tasmoadmin/tasmoadmin](https://redirect.github.com/TasmoAdmin/TasmoAdmin) | patch | `621eb1f` -> `769e97b` | --- > [!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. --- ### Release Notes <details> <summary>TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin)</summary> ### [`v4.3.3`](https://redirect.github.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.3.3) [Compare Source](https://redirect.github.com/TasmoAdmin/TasmoAdmin/compare/v4.3.2...v4.3.3) #### What's Changed - Bootstrap 5 by [@​inverse](https://redirect.github.com/inverse) in [#​1443](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1443) - Update composer Docker tag to v2.9.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1440](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1440) - Update dependency symfony/http-foundation to v6.4.29 \[SECURITY] by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1439](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1439) - Update actions/checkout action to v6 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1444](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1444) - Bump glob from 11.0.3 to 11.1.0 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1441](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1441) - Update dependency phpstan/phpstan to v2.1.32 - autoclosed by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1437](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1437) - Update dependency pre-commit to v4.4.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1436](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1436) - Update Node.js to v22.21.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1432](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1432) - Update symfony to v6.4.28 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1435](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1435) - Update dependency esbuild to v0.27.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1434](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1434) - Update dependency glob to v13 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1445](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1445) - Update dependency friendsofphp/php-cs-fixer to v3.90.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​1431](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1431) **Full Changelog**: <https://github.com/TasmoAdmin/TasmoAdmin/compare/v4.3.2...v4.3.3> </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFzbW9hZG1pbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
33 lines
561 B
YAML
33 lines
561 B
YAML
image:
|
|
repository: ghcr.io/tasmoadmin/tasmoadmin
|
|
tag: v4.3.3@sha256:769e97b4150bdad2eb198174819985ff2e5e8b9f52cb265cb73eb252e9f14fd4
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
TASMO_DEBUG: 1
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9541
|
|
protocol: http
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|