fix: vendor observability charts
Deploy Cluster / Terraform (push) Waiting to run
Deploy Cluster / Ansible (push) Blocked by required conditions

This commit is contained in:
2026-05-04 10:49:46 +00:00
parent f5473a9bec
commit a04b8ad865
325 changed files with 46640 additions and 40 deletions
@@ -6,10 +6,13 @@ metadata:
spec:
interval: 10m
targetNamespace: observability
chartRef:
kind: OCIRepository
name: loki
namespace: flux-system
chart:
spec:
chart: ./infrastructure/charts/loki
sourceRef:
kind: GitRepository
name: platform
namespace: flux-system
install:
createNamespace: true
remediation:
@@ -7,10 +7,13 @@ spec:
interval: 10m
timeout: 20m
targetNamespace: observability
chartRef:
kind: OCIRepository
name: promtail
namespace: flux-system
chart:
spec:
chart: ./infrastructure/charts/promtail
sourceRef:
kind: GitRepository
name: platform
namespace: flux-system
install:
createNamespace: true
remediation:
@@ -1,8 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ocirepository-loki.yaml
- ocirepository-promtail.yaml
- helmrelease-kube-prometheus-stack.yaml
- helmrelease-loki.yaml
- helmrelease-promtail.yaml
@@ -1,15 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
name: loki
namespace: flux-system
spec:
interval: 10m
timeout: 5m
insecure: true
url: oci://10.27.27.239:5001/grafana/helm-charts/loki
ref:
tag: 6.46.0
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
@@ -1,15 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
name: promtail
namespace: flux-system
spec:
interval: 10m
timeout: 5m
insecure: true
url: oci://10.27.27.239:5001/grafana/helm-charts/promtail
ref:
tag: 6.16.6
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy