Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ spec:
chart:
spec:
chart: cilium
version: 1.18.2
version: 1.18.6
sourceRef:
kind: HelmRepository
name: home-ops-mirror
name: cilium
namespace: flux-system
interval: 15m
timeout: 20m
Expand Down
11 changes: 11 additions & 0 deletions clustertool/embed/generic/root/repositories/helm/cilium.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cilium
namespace: flux-system
spec:
type: oci
interval: 2h
url: oci://quay.io/cilium/charts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
resources:
- bjw-s.yaml
- cloudnative-pg.yaml
- cilium.yaml
- home-ops-mirror.yaml
- jetstack.yaml
- kustomization.yaml
Expand Down