homelab/kubernetes/infrastructure/spegel/spegel.yaml

43 lines
939 B
YAML
Raw Normal View History

apiVersion: source.toolkit.fluxcd.io/v1
2024-09-26 13:39:09 +00:00
kind: HelmRepository
metadata:
name: spegel
namespace: spegel
spec:
type: "oci"
interval: 5m0s
url: oci://ghcr.io/spegel-org/helm-charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
2024-09-26 13:39:09 +00:00
kind: HelmRelease
metadata:
name: spegel
namespace: spegel
spec:
interval: 1m
chart:
spec:
chart: spegel
version: "v0.0.24"
interval: 5m
sourceRef:
kind: HelmRepository
name: spegel
values:
spegel:
2024-09-26 13:52:19 +00:00
containerdRegistryConfigPath: /etc/cri/conf.d/hosts
2024-09-26 13:39:09 +00:00
registries:
[
"https://cgr.dev",
"https://docker.io",
"https://ghcr.io",
"https://quay.io",
"https://mcr.microsoft.com",
"https://public.ecr.aws",
"https://gcr.io",
"https://registry.k8s.io",
"https://k8s.gcr.io",
"https://lscr.io",
"https://git.fascinated.cc",
]