- Added debug mode, structured ConfigMap pattern, and README to all charts - Migrated all flat-structure charts to hierarchical values under chartname key - Fixed templates to use correct hierarchical paths - Renamed helm-rustical key to rustical, added HPA support - Fixed ingress YAML parsing (oxicloud), nested env vars (rustical) - Pushed all normalized charts to OCI registry as 1.0.0+ and updated ArgoCD apps
28 lines
947 B
YAML
28 lines
947 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
namespace: argo-cd
|
|
name: fuku
|
|
spec:
|
|
destinations:
|
|
- namespace: apps-fuku
|
|
server: https://kubernetes.default.svc
|
|
- namespace: postgres
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
- group: rbac.authorization.k8s.io
|
|
kind: ClusterRoleBinding
|
|
sourceRepos:
|
|
- https://git.roboces.dev/catalin/fukuops.git
|
|
- https://charts.goauthentik.io/
|
|
- https://kubereboot.github.io/charts
|
|
- https://portainer.github.io/k8s/
|
|
- https://docs.renovatebot.com/helm-charts
|
|
- https://meilisearch.github.io/meilisearch-kubernetes
|
|
- ghcr.io/antoniolago/charts
|
|
- https://repo.helmforge.dev
|
|
- https://harish2k01.github.io/helm-charts/
|
|
- git.roboces.dev/catalin/fukuops
|