Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts Bot a5cd5a42e5 chore(helm): update image oci.trueforge.org/containerforge/kopia digest to fe261e9 (#42471)
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 | `40fcbdf`
-> `fe261e9` |

---

> [!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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-12-06 00:05:55 +01:00

50 lines
1.0 KiB
YAML

image:
repository: oci.trueforge.org/containerforge/kopia
tag: 0.22.3@sha256:fe261e9e8fa31369d86663941edc616523e3bfe7f5b4064c5bdfb700fdb6c9ec
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-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"