mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
It was present in some apps, such as managed kubernetes, but was missing in others. bitnami/readme-generator removes enums after re-generating README, so now we patch them back using `yq` in Makefiles. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Resource preset options are now strictly limited to a predefined set of values across multiple apps, ensuring only valid selections such as "none", "nano", "micro", "small", "medium", "large", "xlarge", and "2xlarge" can be used. - **Bug Fixes** - Improved validation for resource presets to prevent invalid entries and enhance consistency in configuration. <!-- 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