2026-07-19 09:29:17 -07:00
|
|
|
# k8s/argocd/projects/homelab-project.yaml
|
|
|
|
|
# AppProject referenced by every Application manifest under k8s/argocd/apps/
|
|
|
|
|
# (project: homelab) — was never committed, so 00-homelab-root.yaml and all
|
|
|
|
|
# layer/wave/phase apps fail admission with "application references project
|
|
|
|
|
# 'homelab' which does not exist" until this exists.
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: AppProject
|
|
|
|
|
metadata:
|
|
|
|
|
name: homelab
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
description: Homelab GitOps — single-repo, in-cluster destinations only
|
|
|
|
|
sourceRepos:
|
2026-08-13 18:02:52 -07:00
|
|
|
- https://github.com/Riotpiaole/riotpiao.homelab.com.git
|
2026-07-20 08:22:53 -07:00
|
|
|
# Public Helm chart repos referenced by k8s/argocd/apps/* and bootstrap/*
|
2026-07-19 09:29:17 -07:00
|
|
|
- https://cloudnative-pg.github.io/charts
|
|
|
|
|
- https://dl.gitea.com/charts/
|
2026-07-20 08:22:53 -07:00
|
|
|
- https://charts.min.io/
|
2026-08-18 15:08:02 -07:00
|
|
|
- https://operator.min.io/
|
2026-07-20 08:22:53 -07:00
|
|
|
- https://prometheus-community.github.io/helm-charts
|
|
|
|
|
- https://grafana.github.io/helm-charts
|
|
|
|
|
- https://helm.releases.hashicorp.com
|
|
|
|
|
- https://charts.goauthentik.io
|
|
|
|
|
- https://strimzi.io/charts/
|
|
|
|
|
- https://charts.bitnami.com/bitnami
|
2026-08-18 15:08:03 -07:00
|
|
|
- https://homarr-labs.github.io/charts
|
2026-07-20 08:22:53 -07:00
|
|
|
- https://go.temporal.io/helm-charts
|
|
|
|
|
- https://portainer.github.io/k8s/
|
2026-08-18 15:08:02 -07:00
|
|
|
# Substrate charts (cert-manager, ingress-nginx, reloader) — app-of-apps owned
|
|
|
|
|
- https://charts.jetstack.io
|
|
|
|
|
- https://kubernetes.github.io/ingress-nginx
|
|
|
|
|
- https://stakater.github.io/stakater-charts
|
2026-07-19 09:29:17 -07:00
|
|
|
destinations:
|
|
|
|
|
- server: https://kubernetes.default.svc
|
|
|
|
|
namespace: "*"
|
|
|
|
|
clusterResourceWhitelist:
|
|
|
|
|
- group: "*"
|
|
|
|
|
kind: "*"
|
|
|
|
|
namespaceResourceWhitelist:
|
|
|
|
|
- group: "*"
|
|
|
|
|
kind: "*"
|