Split the monolithic cozystack-resource-definitions package into 25 individual resource definition packages (*-rd) for better modularity and independent versioning. Changes: - Create 25 separate *-rd packages (bootbox-rd, bucket-rd, clickhouse-rd, etcd-rd, ferretdb-rd, foundationdb-rd, http-cache-rd, info-rd, ingress-rd, kafka-rd, kubernetes-rd, monitoring-rd, mysql-rd, nats-rd, postgres-rd, rabbitmq-rd, redis-rd, seaweedfs-rd, tcp-balancer-rd, tenant-rd, virtual-machine-rd, virtualprivatecloud-rd, vm-disk-rd, vm-instance-rd, vpn-rd) - Remove packages/system/cozystack-resource-definitions - Update platform bundles (paas-hosted, paas-full, distro-full) to reference individual -rd packages instead of the monolithic package - Update hack/update-crd.sh to use package-specific directories Each *-rd package contains: - Chart.yaml with package metadata - values.yaml with default values - Makefile for build instructions - cozyrds/<name>.yaml with CRD definition - templates/cozyrd.yaml with Helm template 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
4 lines
90 B
Makefile
4 lines
90 B
Makefile
export NAME=postgres-rd
|
|
export NAMESPACE=cozy-system
|
|
|
|
include ../../../scripts/package.mk
|