mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated documentation to rename and restructure the control plane resource configuration section, replacing the old naming with a unified "Kubernetes control plane configuration" and updated parameter prefixes. - **Refactor** - Consolidated and renamed control plane configuration from `kamajiControlPlane` to `controlPlane` across configuration files. - Flattened configuration structure and updated all related parameter references and hierarchy for improved clarity and consistency. - **New Features** - Enhanced resource preset options with expanded enum values for control plane components. - **Bug Fixes** - Simplified HelmRelease manifests by embedding override values inline, removing dependency on external Secret resources for addons including cert-manager, GPU operator, ingress-nginx, and vertical-pod-autoscaler. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
How to test packages local
cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete pod dashboard-redis-master-0 -n cozy-dashboard
kubectl delete po -l app=source-controller -n cozy-fluxcd