cozystack/packages/apps
klinch0 730ea4d5ef
[fix] CloudInit (#1019)
If ssh key provided - deploy
If cloudinit provided - deploy
If ssh key and cloudinit provided - deploy both
If none provided - init empty to avoid issues w/
network

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Refactor**
- Improved handling of SSH keys and cloud-init data in the Virtual
Machine setup, clearly distinguishing cases when SSH keys, cloud-init,
or both are provided.
  - Enhanced template readability with added spacing for better clarity.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-06-05 15:53:08 +03:00
..
bucket Enable user-added params in tenant cluster Cilium 2025-05-05 15:37:34 +03:00
clickhouse Capture all resources by WorkloadMonitors 2025-06-03 15:40:27 +03:00
ferretdb Use library chart for resource management 2025-06-04 09:05:21 +03:00
http-cache Use library chart for resource management 2025-06-04 09:05:21 +03:00
kafka Use library chart for resource management 2025-06-04 09:05:21 +03:00
kubernetes (k8s) configure containerd for client k8s cluster (#979) 2025-06-04 11:07:58 +03:00
mysql Use library chart for resource management 2025-06-04 09:05:21 +03:00
nats Use library chart for resource management 2025-06-04 09:05:21 +03:00
postgres Use library chart for resource management 2025-06-04 09:05:21 +03:00
rabbitmq Use library chart for resource management 2025-06-04 09:05:21 +03:00
redis Use library chart for resource management 2025-06-04 09:05:21 +03:00
tcp-balancer Use library chart for resource management 2025-06-04 09:05:21 +03:00
tenant bump tenant version 2025-06-05 15:40:45 +03:00
virtual-machine [fix] CloudInit (#1019) 2025-06-05 15:53:08 +03:00
vm-disk Capture all resources by WorkloadMonitors 2025-06-03 15:40:27 +03:00
vm-instance Capture all resources by WorkloadMonitors 2025-06-03 15:40:27 +03:00
vpn Capture all resources by WorkloadMonitors 2025-06-03 15:40:27 +03:00
Makefile Remove user-facing config of limits and requests 2025-05-23 17:32:42 +03:00
README.md add precommit and fix postgres job (#418) 2024-10-14 18:15:41 +02:00
versions_map bump tenant version 2025-06-05 15:40:45 +03: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