fukuops/k8s/argo-apps/kured.yaml
Renovate Bot b4cf74d031
Some checks failed
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
checks / k8s (push) Successful in 44s
checks / pre-commit (push) Successful in 1m13s
checks / tflint (push) Has been cancelled
chore(deps): update helm release kured to 5.5.*
2024-09-09 15:52:41 +02:00

27 lines
693 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.5.*
helm:
valuesObject:
configuration.rebootDays:
- mon
- wed
- fri
configuration.startTime: 4am
configuration.endTime: 9am
configuration.timeZone: Europe/Madrid
syncPolicy:
automated: {}