Files
cozystack/packages/apps
Timofei Larkin 44fabd4abc [virtual-machine] Disable instanceType validation
Workaround for #1299. If a Cozystack installation provides custom
instance types for virtual machines, the static validation rules prevent
such instance types from being used, as they are included in the OpenAPI
schema of the Cozystack API server and then once more applied in the
dependent HelmRelease, offering users no easy way to remedy this in
runtime.

[virtual-machine] Disable instanceType validation to enable using custom
instance types.

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-08-04 15:16:32 +03:00
..
2025-07-18 01:01:06 +00:00
2025-07-24 18:55:30 +03:00
2025-07-18 02:54:33 +02:00
2025-07-18 01:01:06 +00:00
2025-07-24 18:55:30 +03:00
2025-07-24 18:55:30 +03:00
2025-07-24 17:28:10 +03:00
2025-07-18 02:54:33 +02:00

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