This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tasmoadmin/tasmoadmin](https://togithub.com/TasmoAdmin/TasmoAdmin) | patch | `v3.3.1` -> `v3.3.2` | --- > [!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> ### [`v3.3.2`](https://togithub.com/TasmoAdmin/TasmoAdmin/releases/tag/v3.3.2) [Compare Source](https://togithub.com/TasmoAdmin/TasmoAdmin/compare/v3.3.1...v3.3.2) #### What's Changed - Bump friendsofphp/php-cs-fixer from 3.41.1 to 3.42.0 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1064](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1064) - Bump phpstan/phpstan from 1.10.45 to 1.10.50 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1065](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1065) - Bump friendsofphp/php-cs-fixer from 3.42.0 to 3.45.0 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1068](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1068) - Bump symfony/http-client from 6.4.0 to 6.4.2 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1069](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1069) - Bump symfony/http-foundation from 6.4.0 to 6.4.2 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1070](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1070) - Bump symfony/routing from 6.4.1 to 6.4.2 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1071](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1071) - Bump phpunit/phpunit from 10.5.3 to 10.5.5 in /tasmoadmin by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1072](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1072) - fix session lifetime by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1073](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1073) - Tidy bootstrap code by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1074](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1074) - Change logo by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1076](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1076) - Remove images by [@​inverse](https://togithub.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1077](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1077) **Full Changelog**: https://github.com/TasmoAdmin/TasmoAdmin/compare/v3.3.1...v3.3.2 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
37 lines
596 B
YAML
37 lines
596 B
YAML
image:
|
|
repository: ghcr.io/tasmoadmin/tasmoadmin
|
|
tag: v3.3.2@sha256:05aeefbdac2b1db4717cc3117b5721ac8704f64b155290b9b27db6bad1d295e9
|
|
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
|