Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts BotandGitHub a7177f4db5 chore(deps): update container image kopia/kopia to v0.16.1@566406c by renovate (#19811)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| kopia/kopia | patch | `0.16.0` -> `0.16.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-26 07:19:58 +01:00

59 lines
1.2 KiB
YAML

image:
repository: kopia/kopia
tag: 0.16.1@sha256:566406c5be7b9e78cf50e51871899610ee1239eb550df023b51a4261fbebc692
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