Files
truecharts/charts/stable/proxmox-backup-server/values.yaml
T
TrueCharts BotandGitHub dd7f862a9f chore(deps): update container image ayufan/proxmox-backup-server to v3.1.2@eacdd4b by renovate (#16808)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ayufan/proxmox-backup-server | minor | `v3.0.2` -> `v3.1.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-03 10:50:43 +01:00

58 lines
1.1 KiB
YAML

image:
repository: ayufan/proxmox-backup-server
tag: v3.1.2@sha256:eacdd4bf0a2b93ea710428a767e47c88d116b50077c6ac47f797aaca9e5d59f0
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 8007
protocol: https
port: 8007
workload:
main:
podSpec:
# It's used in the certificate generation
# Without this it exceeds the 64 character limit
# This limit comes from the crypt C library.
hostname: pbs
containers:
main:
probes:
liveness:
type: https
readiness:
type: https
startup:
type: tcp
persistence:
config:
enabled: true
mountPath: /etc/proxmox-backup
lib:
enabled: true
type: emptyDir
mountPath: /var/lib/proxmox-backup
log:
enabled: true
type: emptyDir
mountPath: /var/log/proxmox-backup
run:
enabled: true
type: emptyDir
mountPath: /run
portal:
open:
enabled: true