54198cd075
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 | `a70cfd5` → `a750f48` | --- > [!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-->
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/kopia
|
|
tag: 0.23.1@sha256:a750f48ccc0c76473ac86c02d9da37ef7346d135e2f8338dd6a9303412cc12c2
|
|
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"
|