Files
truecharts/charts/stable/projectsend/values.yaml
T
TrueCharts BotandGitHub 87dde1ce29 chore(deps): update container image ghcr.io/linuxserver/projectsend to latest@51c1361 by renovate (#27115)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/projectsend | digest | `d6fd1a2` -> `51c1361` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-10-01 02:37:21 +02:00

50 lines
1.0 KiB
YAML

image:
repository: ghcr.io/linuxserver/projectsend
pullPolicy: IfNotPresent
tag: latest@sha256:51c136138a2953fa872259be50dbef867775886d504030c00f7f6c37517d2b4d
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 80
port: 10127
workload:
main:
podSpec:
containers:
main:
env:
MAX_UPLOAD: 5000
PHP_MEMORY_LIMIT: "512M"
PHP_MAX_FILE_UPLOAD: 200
persistence:
config:
enabled: true
mountPath: "/config"
projectsend-config:
enabled: true
type: configmap
objectName: projectsend-config
mountPath: /config/projectsend/sys.config.php
subPath: sys.config.php
readOnly: true
data:
enabled: true
mountPath: "/data"
varrun:
enabled: true
mariadb:
enabled: true
includeCommon: true
mariadbUsername: projectsend
mariadbDatabase: projectsend
portal:
open:
enabled: true