Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts BotandGitHub 3b018ee645 chore(deps): update container image tccr.io/truecharts/kopia to v0.15.0@915804f (#15312)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/truecharts/kopia](https://togithub.com/truecharts/containers)
| minor | `0.13.0` -> `v0.15.0` |

# Warnings (1)

Please correct - or verify that you can safely ignore - these warnings
before you merge this PR.

- `tccr.io/truecharts/kopia`: Could not determine new digest for update
(docker package tccr.io/truecharts/kopia)

---

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy42Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-25 20:30:44 +01:00

59 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/kopia
tag: v0.15.0@sha256:915804f85364d2bba51248ea6b639d0988933870dc475da71d028aa819ec8649
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