Compare commits

..

4 Commits

Author SHA1 Message Date
4553d7dcfb
Update flux-infra commit status based on reconcile status
All checks were successful
kustomization/flux-system/3a682516 reconciliation succeeded
2025-04-22 15:37:46 +02:00
2df89df141
Update lldap-controller commit status based on reconcile status 2025-04-22 15:07:41 +02:00
f4230c41be
Update authelia-controller commit status based on reconcile status 2025-04-22 15:07:30 +02:00
5f1abaf7e7
Update siranga commit status based on reconcile status 2025-04-22 15:07:18 +02:00
6 changed files with 70 additions and 1 deletions

View File

@ -0,0 +1,12 @@
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: flux-infra
namespace: flux-system
spec:
providerRef:
name: flux-infra
eventSeverity: info
eventSources:
- kind: Kustomization
name: flux-system

View File

@ -0,0 +1,10 @@
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: flux-infra
namespace: flux-system
spec:
type: gitea
address: https://git.huizinga.dev/dreaded_x/flux-infra
secretRef:
name: gitea

View File

@ -59,4 +59,3 @@ spec:
eventSources:
- kind: Kustomization
name: siranga
namespace: flux-system

View File

@ -22,3 +22,27 @@ spec:
kind: OCIRepository
name: authelia-controller
wait: true
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: authelia-controller
namespace: flux-system
spec:
type: gitea
address: https://git.huizinga.dev/dreaded_x/authelia-controller
secretRef:
name: gitea
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: authelia-controller
namespace: flux-system
spec:
providerRef:
name: authelia-controller
eventSeverity: info
eventSources:
- kind: Kustomization
name: authelia-controller

View File

@ -22,3 +22,27 @@ spec:
kind: OCIRepository
name: lldap-controller
wait: true
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: lldap-controller
namespace: flux-system
spec:
type: gitea
address: https://git.huizinga.dev/dreaded_x/lldap-controller
secretRef:
name: gitea
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: lldap-controller
namespace: flux-system
spec:
providerRef:
name: lldap-controller
eventSeverity: info
eventSources:
- kind: Kustomization
name: lldap-controller