mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00
![feisar-bot[bot]](/assets/img/avatar_default.png)
Co-authored-by: feisar-bot[bot] <98277827+feisar-bot[bot]@users.noreply.github.com> Co-authored-by: auricom <27022259+auricom@users.noreply.github.com>
39 lines
903 B
YAML
39 lines
903 B
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/ocirepository_v1.json
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: OCIRepository
|
|
metadata:
|
|
name: cilium
|
|
spec:
|
|
interval: 5m
|
|
layerSelector:
|
|
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
|
operation: copy
|
|
ref:
|
|
tag: 1.18.1
|
|
url: oci://ghcr.io/home-operations/charts-mirror/cilium
|
|
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: cilium
|
|
spec:
|
|
interval: 1h
|
|
chartRef:
|
|
kind: OCIRepository
|
|
name: cilium
|
|
install:
|
|
remediation:
|
|
retries: -1
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
retries: 3
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: cilium-values
|
|
values:
|
|
hubble:
|
|
enabled: false
|