- 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
19 lines
486 B
YAML
19 lines
486 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
namespace: argo-cd
|
|
name: roboces
|
|
spec:
|
|
destinations:
|
|
- namespace: apps-roboces
|
|
server: https://kubernetes.default.svc
|
|
- namespace: woodpecker
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: ""
|
|
kind: PersistentVolume
|
|
sourceRepos:
|
|
- code.forgejo.org/forgejo-helm
|
|
- git.roboces.dev/catalin/fukuops
|
|
- https://git.roboces.dev/catalin/huesoporro.git
|