Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts Bot d509e5ef93 chore(kopia): update image oci.trueforge.org/containerforge/kopia digest to d52371b (#47676)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/kopia](https://ghcr.io/trueforge-org/kopia)
([source](https://redirect.github.com/kopia/kopia)) | digest | `e9a43fa`
→ `d52371b` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rb3BpYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-04-28 23:20:19 +02:00

51 lines
1.1 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: oci.trueforge.org/containerforge/kopia
tag: 0.22.3@sha256:d52371bc99a34651b71400d68308a5947e205f2db5e0b1a58c0f8b891502f53a
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: http
port: 51515
kopia:
user: "user"
password: "secret"
server_username: "user"
server_password: "password"
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: "kopia-secrets"
args:
- --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: "/config"
cache:
enabled: true
mountPath: "/config/cache"
logs:
enabled: true
mountPath: "/config/logs"
rclone:
enabled: true
mountPath: "/config/rclone"