diff --git a/k8s/argo-apps/authentik.yaml b/k8s/argo-apps/authentik.yaml index 008092c..772b9ca 100644 --- a/k8s/argo-apps/authentik.yaml +++ b/k8s/argo-apps/authentik.yaml @@ -11,7 +11,7 @@ spec: source: chart: authentik repoURL: https://charts.goauthentik.io/ - targetRevision: 2023.10.5 + targetRevision: 2023.10.* helm: valuesObject: authentik: diff --git a/k8s/argo-apps/kured.yaml b/k8s/argo-apps/kured.yaml new file mode 100644 index 0000000..bfdf6ba --- /dev/null +++ b/k8s/argo-apps/kured.yaml @@ -0,0 +1,26 @@ +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.3.* + helm: + valuesObject: + configuration.rebootDays: + - mon + - wed + - fri + configuration.startTime: 4am + configuration.endTime: 9am + configuration.timeZone: Europe/Madrid + syncPolicy: + automated: { } diff --git a/k8s/services/argo/project-fuku.yaml b/k8s/services/argo/project-fuku.yaml index 831eac4..0b231b9 100644 --- a/k8s/services/argo/project-fuku.yaml +++ b/k8s/services/argo/project-fuku.yaml @@ -16,4 +16,5 @@ spec: sourceRepos: - https://gitlab.com/fukurokuju/k3s/services.git - https://git.roboces.dev/catalin/fukuops.git - - https://charts.goauthentik.io/ \ No newline at end of file + - https://charts.goauthentik.io/ + - https://kubereboot.github.io/charts \ No newline at end of file