c468b6ac6a
This PR contains the following updates: | Package | Update | Change | |---|---|---| | kopia/kopia | minor | `0.16.1` -> `0.17.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
image:
|
|
repository: kopia/kopia
|
|
tag: 0.17.0@sha256:51784ce0961940846f4f47cab2d4f58e2e0cb467de357f9a80279b149a00c06e
|
|
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"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|