35fb2780f2
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/tomsquest/docker-radicale](https://redirect.github.com/tomsquest/docker-radicale) | minor | `a594c62` → `2b9b6f4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>tomsquest/docker-radicale (docker.io/tomsquest/docker-radicale)</summary> ### [`v3.7.1.0`](https://redirect.github.com/tomsquest/docker-radicale/blob/HEAD/CHANGELOG.md#3710---2026-04-22) [Compare Source](https://redirect.github.com/tomsquest/docker-radicale/compare/3.7.0.0...3.7.1.0) ### [`v3.7.0.0`](https://redirect.github.com/tomsquest/docker-radicale/blob/HEAD/CHANGELOG.md#3700---2026-04-22) [Compare Source](https://redirect.github.com/tomsquest/docker-radicale/compare/3.6.1.0...3.7.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yYWRpY2FsZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
78 lines
1.4 KiB
YAML
78 lines
1.4 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/tomsquest/docker-radicale
|
|
tag: 3.7.1.0@sha256:2b9b6f468697c46cbd079d0d7a24e582b9dae7e6b9014c69522a555d5880dcf7
|
|
|
|
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
|