Files
truecharts/charts/stable/cloudreve/values.yaml
T
TrueCharts Bot 8189417d80 chore(deps): update container image cloudreve/cloudreve to 3.8.3@b6c8bfd by renovate (#24372)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cloudreve/cloudreve | digest | `a9e2373` -> `b6c8bfd` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:20:53 +02:00

52 lines
1.0 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: cloudreve/cloudreve
tag: 3.8.3@sha256:b6c8bfd463898354831c311fb3967a410714a5319b5a86c4bf5d89e0487cc5bd
persistence:
avatarpath:
enabled: true
mountPath: /cloudreve/avatar
config:
enabled: true
targetSelector:
main:
main:
mountPath: /cloudreve
init:
mountPath: /conf-init
uploadpath:
enabled: true
mountPath: /cloudreve/uploads
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
initContainers:
init:
enabled: true
type: init
imageSelector: image
command:
- "/bin/sh"
- "-c"
- |
set -x
ls -lasth /cloudreve
cp -a /cloudreve/cloudreve /conf-init/cloudreve
ls -lasht /conf-init
containers:
main: {}
service:
main:
ports:
main:
port: 5212
targetPort: 5212
portal:
open:
enabled: true