fukuops/k8s/argo-apps/kured.yaml
Renovate Bot 73f48389d7
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
OpenTofu deployments / authentik (push) Failing after 0s
OpenTofu deployments / adguard (push) Failing after 0s
chore(deps): update helm release kured to 5.10.*
2025-09-07 02:02:50 +00:00

27 lines
694 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kured
namespace: argocd
spec:
destination:
name: ''
namespace: apps-fuku
server: https://kubernetes.default.svc
project: fuku
source:
chart: kured
repoURL: https://kubereboot.github.io/charts
targetRevision: 5.10.*
helm:
valuesObject:
configuration.rebootDays:
- mon
- wed
- fri
configuration.startTime: 4am
configuration.endTime: 9am
configuration.timeZone: Europe/Madrid
syncPolicy:
automated: {}