Files
truecharts/charts/stable/fileflows/values.yaml
T
TrueCharts Bot 15cdbd102c chore(deps): update container image revenz/fileflows to v24.01@2007b03 by renovate (#17261)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | major | `23.12` -> `24.01` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4xMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2024-01-21 02:25:53 +02:00

49 lines
909 B
YAML

image:
repository: revenz/fileflows
tag: 24.01@sha256:2007b03f399f34b534cbf5cc85d7bf85b5618ce02f39275b49994ccdd3270486
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env: {}
service:
main:
ports:
main:
port: 10242
targetPort: 5000
persistence:
data:
enabled: true
mountPath: /app/Data
logs:
enabled: true
mountPath: /app/Logs
temp:
enabled: true
mountPath: /temp
media:
enabled: true
mountPath: /media
portal:
open:
enabled: true