Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts Bot afad8aae22 chore(helm): update image docker.io/kopia/kopia 20251015.0.22854 → 20251023.0.52914 (#41106)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/kopia/kopia | major | `3221892` -> `5eeea32` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-10-25 20:14:23 +02:00

55 lines
1.2 KiB
YAML

image:
repository: docker.io/kopia/kopia
tag: 20251023.0.52914@sha256:5eeea3250f7a566702f567d1d4c38736f83c766b876c8b3e7d012043abfc0cd4
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: http
port: 10238
kopia:
user: "user"
password: "secret"
server_username: "user"
server_password: "password"
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: "kopia-secrets"
args:
- server
- start
- --address=http://0.0.0.0:{{ .Values.service.main.ports.main.port }}
- --insecure
- --server-username={{ .Values.kopia.server_username }}
- --server-password={{ .Values.kopia.server_password }}
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: "/app/config"
cache:
enabled: true
mountPath: "/app/cache"
logs:
enabled: true
mountPath: "/app/logs"
rclone:
enabled: true
mountPath: "/app/rclone"