Some checks failed
checks / k8s (push) Successful in 1m15s
checks / tflint (push) Successful in 19s
checks / pre-commit (push) Successful in 3m3s
Kaniko deployments / nextcloud (push) Failing after 7m3s
OpenTofu deployments / authentik (push) Has been cancelled
OpenTofu deployments / adguard (push) Has been cancelled
27 lines
693 B
YAML
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.6.*
|
|
helm:
|
|
valuesObject:
|
|
configuration.rebootDays:
|
|
- mon
|
|
- wed
|
|
- fri
|
|
configuration.startTime: 4am
|
|
configuration.endTime: 9am
|
|
configuration.timeZone: Europe/Madrid
|
|
syncPolicy:
|
|
automated: {}
|