141 行
2.9 KiB
YAML
141 行
2.9 KiB
YAML
# cert-manager
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: jetstack
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://charts.jetstack.io
|
|
---
|
|
# cert-manager-webhook-dnspod (OCI)
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: imroc
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://imroc.github.io/cert-manager-webhook-dnspod
|
|
---
|
|
# reflector
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: emberstack
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://emberstack.github.io/helm-charts
|
|
---
|
|
# velero
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: vmware-tanzu
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://vmware-tanzu.github.io/helm-charts
|
|
---
|
|
# cloudnative-pg, plugin-barman-cloud
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: cloudnative-pg
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://cloudnative-pg.github.io/charts
|
|
---
|
|
# valkey-cluster (OCI)
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: bitnami
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
type: oci
|
|
url: oci://docker.m.daocloud.io/bitnamicharts
|
|
---
|
|
# ingress-nginx
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: ingress-nginx
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://kubernetes.github.io/ingress-nginx
|
|
---
|
|
# crowdsec
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: crowdsec
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://crowdsecurity.github.io/helm-charts
|
|
---
|
|
# tailscale-derp, rustdesk-server
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: devcm-repo
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://devcm-repo.github.io/helm-charts
|
|
---
|
|
# loki, promtail
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: grafana
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://grafana.github.io/helm-charts
|
|
---
|
|
# kube-prometheus-stack
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: prometheus-community
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
---
|
|
# gitea, gitea-actions
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: gitea
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://dl.gitea.com/charts
|
|
---
|
|
# whoami
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: cowboysysop
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://cowboysysop.github.io/charts/
|
|
---
|
|
# halo
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: halo
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
url: https://halo-sigs.github.io/charts/
|