Files
truecharts/charts/stable/radicale/values.yaml
T
TrueCharts Bot 400da9da32 chore(deps): update container image tomsquest/docker-radicale to v3.2.0.0@dd5d921 by renovate (#22434)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tomsquest/docker-radicale](https://togithub.com/tomsquest/docker-radicale)
| minor | `3.1.9.1` -> `3.2.0.0` |

---

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

---

### Release Notes

<details>
<summary>tomsquest/docker-radicale (tomsquest/docker-radicale)</summary>

###
[`v3.2.0.0`](https://togithub.com/tomsquest/docker-radicale/blob/HEAD/CHANGELOG.md#3200---2024-05-13)

[Compare
Source](https://togithub.com/tomsquest/docker-radicale/compare/3.1.9.1...3.2.0.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 02:53:21 +02:00

81 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tomsquest/docker-radicale
tag: 3.2.0.0@sha256:dd5d921be9b38fc77797116330dc11c743db691f1cccc3d0e9463ece01b55c6b
securityContext:
container:
capabilities:
add:
- SETUID
- SETGID
- KILL
drop:
- ALL
runAsUser: 2999
runAsGroup: 2999
pod:
fsGroup: 2999
service:
main:
ports:
main:
port: 5232
protocol: http
radicale:
auth:
delay: 1
realm: Radicale - Password Required
type: htpasswd
users: []
encoding:
request: utf-8
stock: utf-8
logging:
level: warning
mask_passwords: true
rights:
type: owner_only
server:
max_connections: 8
max_content_length: 100000000
timeout: 30
storage:
max_sync_token_age: 2592000
type: multifilesystem
web:
type: internal
workload:
main:
podSpec:
containers:
main:
env:
TAKE_FILE_OWNERSHIP: false
persistence:
config-file:
enabled: true
type: configmap
objectName: radicale-config
mountPath: /config/config
subPath: config
readOnly: false
users:
enabled: true
type: configmap
objectName: radicale-users
mountPath: /config/users
subPath: users
readOnly: false
data:
enabled: true
mountPath: /data
portal:
open:
enabled: true