commit f021a600b031253be81b2ab58ed0d37271b74ead parent 9bdcee297f9e88f65ea1c4899aef302c7231b11d Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 17 Mar 2023 18:17:59 +0100 Add weave updating and notifications Diffstat:
| M | infrastructure/controllers/weave-gitops.yaml | | | 20 | +++++++++++++++++++- |
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/infrastructure/controllers/weave-gitops.yaml b/infrastructure/controllers/weave-gitops.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: weave-gitops - version: "4.0.16" + version: "~4.0.16" sourceRef: kind: HelmRepository name: weave-gitops @@ -50,3 +50,21 @@ spec: paths: - path: / pathType: ImplementationSpecific +--- +apiVersion: notification.toolkit.fluxcd.io/v1beta2 +kind: Alert +metadata: + name: helm-weave-gitops + namespace: flux-system +spec: + providerRef: + name: matrix + eventSeverity: info + eventSources: + - kind: HelmRepository + name: weave-gitops + - kind: HelmChart + name: weave-gitops + - kind: HelmRelease + name: weave-gitops + namespace: flux-system