Compare commits
2 Commits
5103354df8
...
7385a8737d
Author | SHA1 | Date | |
---|---|---|---|
7385a8737d | |||
5c3a245dc5 |
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: siranga
|
name: siranga
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1m0s
|
interval: 15m0s
|
||||||
url: oci://git.huizinga.dev/dreaded_x/siranga/manifests
|
url: oci://git.huizinga.dev/dreaded_x/siranga/manifests
|
||||||
ref:
|
ref:
|
||||||
tag: latest
|
tag: latest
|
||||||
|
@ -36,6 +36,20 @@ spec:
|
||||||
secretRef:
|
secretRef:
|
||||||
name: sops-gpg
|
name: sops-gpg
|
||||||
---
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||||
|
kind: Receiver
|
||||||
|
metadata:
|
||||||
|
name: siranga
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: generic
|
||||||
|
secretRef:
|
||||||
|
name: receiver
|
||||||
|
resources:
|
||||||
|
- apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: OCIRepository
|
||||||
|
name: siranga
|
||||||
|
---
|
||||||
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
kind: Provider
|
kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: notification.toolkit.fluxcd.io/v1
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||||
kind: Receiver
|
kind: Receiver
|
||||||
metadata:
|
metadata:
|
||||||
name: flux-infra-receiver
|
name: flux-infra
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
type: github
|
type: github
|
||||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: authelia-controller
|
name: authelia-controller
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1m0s
|
interval: 15m0s
|
||||||
url: oci://git.huizinga.dev/dreaded_x/authelia-controller/manifests
|
url: oci://git.huizinga.dev/dreaded_x/authelia-controller/manifests
|
||||||
ref:
|
ref:
|
||||||
tag: edge
|
tag: edge
|
||||||
|
@ -23,6 +23,20 @@ spec:
|
||||||
name: authelia-controller
|
name: authelia-controller
|
||||||
wait: true
|
wait: true
|
||||||
---
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||||
|
kind: Receiver
|
||||||
|
metadata:
|
||||||
|
name: authelia-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: generic
|
||||||
|
secretRef:
|
||||||
|
name: receiver
|
||||||
|
resources:
|
||||||
|
- apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: OCIRepository
|
||||||
|
name: authelia-controller
|
||||||
|
---
|
||||||
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
kind: Provider
|
kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: lldap-controller
|
name: lldap-controller
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1m0s
|
interval: 15m0s
|
||||||
url: oci://git.huizinga.dev/dreaded_x/lldap-controller/manifests
|
url: oci://git.huizinga.dev/dreaded_x/lldap-controller/manifests
|
||||||
ref:
|
ref:
|
||||||
tag: edge
|
tag: edge
|
||||||
|
@ -23,6 +23,20 @@ spec:
|
||||||
name: lldap-controller
|
name: lldap-controller
|
||||||
wait: true
|
wait: true
|
||||||
---
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||||
|
kind: Receiver
|
||||||
|
metadata:
|
||||||
|
name: lldap-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: generic
|
||||||
|
secretRef:
|
||||||
|
name: receiver
|
||||||
|
resources:
|
||||||
|
- apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: OCIRepository
|
||||||
|
name: lldap-controller
|
||||||
|
---
|
||||||
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
kind: Provider
|
kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user