This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tasmoadmin/tasmoadmin](https://redirect.github.com/TasmoAdmin/TasmoAdmin) | patch | `e2dd8d0` -> `f3e64d6` | --- > [!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.2.1`](https://redirect.github.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.2.1) [Compare Source](https://redirect.github.com/TasmoAdmin/TasmoAdmin/compare/v4.2.0...v4.2.1) #### What's Changed - Limit ajax concurrency by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1273](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1273) - Fix docker builds by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1275](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1275) - Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1278](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1278) - Bump codecov/codecov-action from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1272](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1272) - Bump [@​fortawesome/fontawesome-free](https://redirect.github.com/fortawesome/fontawesome-free) from 6.6.0 to 6.7.1 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1277](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1277) - Bump [@​node-minify/clean-css](https://redirect.github.com/node-minify/clean-css) from 8.0.6 to 9.0.1 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1270](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1270) - Bump symfony/http-client from 6.4.14 to 6.4.15 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1266](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1266) - Bump [@​node-minify/terser](https://redirect.github.com/node-minify/terser) from 8.0.6 to 9.0.1 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1268](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1268) - Bump [@​node-minify/core](https://redirect.github.com/node-minify/core) from 8.0.6 to 9.0.2 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1269](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1269) - Bump prettier from 3.3.3 to 3.4.2 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1281](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1281) - Bump phpstan/phpstan from 1.12.7 to 2.0.3 in /tasmoadmin by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1280](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1280) **Full Changelog**: https://github.com/TasmoAdmin/TasmoAdmin/compare/v4.2.0...v4.2.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
37 lines
596 B
YAML
37 lines
596 B
YAML
image:
|
|
repository: ghcr.io/tasmoadmin/tasmoadmin
|
|
tag: v4.2.1@sha256:f3e64d6e180ff39a2e1c6ca4e16976fd71d0558c972e8e549d01245ce6e2aa66
|
|
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
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|