43b04e0fa6
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tasmoadmin/tasmoadmin](https://togithub.com/TasmoAdmin/TasmoAdmin) | patch | `v4.1.2` -> `v4.1.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin)</summary> ### [`v4.1.3`](https://togithub.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.1.3) [Compare Source](https://togithub.com/TasmoAdmin/TasmoAdmin/compare/v4.1.2...v4.1.3) #### What's Changed - Bump nodejs to 20.16.0 by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1224](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1224) - Add docker dev target by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1225](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1225) - Bump friendsofphp/php-cs-fixer from 3.59.3 to 3.63.1 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1236](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1236) - Bump phpstan/phpstan from 1.11.7 to 1.11.11 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1233](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1233) - Increase upload to 5MB by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1237](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1237) - Bump esbuild from 0.23.0 to 0.23.1 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1232](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1232) - Bump glob from 10.4.1 to 11.0.0 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1215](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1215) - Fix wrong format error by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1238](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1238) - Bump compare-versions from 6.1.0 to 6.1.1 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1216](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1216) - Bump composer/semver from 3.4.0 to 3.4.2 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1219](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1219) - Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1223](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1223) - Bump [@​fortawesome/fontawesome-free](https://togithub.com/fortawesome/fontawesome-free) from 6.5.2 to 6.6.0 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1217](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1217) **Full Changelog**: https://github.com/TasmoAdmin/TasmoAdmin/compare/v4.1.2...v4.1.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
37 lines
596 B
YAML
37 lines
596 B
YAML
image:
|
|
repository: ghcr.io/tasmoadmin/tasmoadmin
|
|
tag: v4.1.3@sha256:5737d0d5deb9f0d62a88eac7ae0d03ad0bda9a00ae57cd6a8b77b82e562381b1
|
|
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
|