cozystack/packages/apps
Nick Volynkin 502d31fe8d
[apps] Use cozyvalues-gen with packages/extra/* (#1316)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Added explicit type information to parameter tables in README files
for improved clarity.
* Enhanced and clarified parameter descriptions, including nested and
pointer types.
* Expanded documentation for complex structures such as machine and zone
configurations.
* Updated parameter default values and type annotations in YAML
documentation comments.

* **Schema Improvements**
* Strengthened JSON schema validation with stricter typing, required
fields adjustments, regex patterns, and Kubernetes-specific extensions.
* Added metadata, default values, and detailed property descriptions to
schemas.
  * Restructured schemas for consistency and improved type safety.
* Broadened accepted types for resource properties to allow integer or
string values.

* **Chores**
* Simplified Makefile commands by consolidating multi-step README and
schema generation into a single tool invocation.
* Updated GitHub Actions workflow to use a newer version of the schema
and README generation tool.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-08-08 12:14:51 +05:00
..
bucket Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
clickhouse fix readme 2025-08-07 14:24:32 +03:00
ferretdb [platform] Autodetect RobotLB 2025-07-24 18:55:30 +03:00
http-cache Prepare release v0.35.0-alpha.3 2025-08-01 13:07:01 +00:00
kafka Fix arrays in OpenAPI spec 2025-07-18 02:54:33 +02:00
kubernetes [fix] Disable VPA for VPA 2025-08-07 13:37:20 +03:00
mysql Prepare release v0.34.0-beta.2 2025-07-18 01:01:06 +00:00
nats Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
postgres Update cozyvalues-gen 2025-08-08 00:26:51 +02:00
rabbitmq Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
redis [platform] Autodetect RobotLB 2025-07-24 18:55:30 +03:00
tcp-balancer [platform] Autodetect RobotLB 2025-07-24 18:55:30 +03:00
tenant Update cozyvalues-gen 2025-08-08 00:26:51 +02:00
virtual-machine Update cozyvalues-gen 2025-08-08 00:26:51 +02:00
vm-disk Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
vm-instance [virtual-machine] Disable instanceType validation 2025-08-04 15:16:32 +03:00
vpn Fix arrays in OpenAPI spec 2025-07-18 02:54:33 +02:00
Makefile Remove user-facing config of limits and requests 2025-05-23 17:32:42 +03:00
README.md [clickhouse] add clickhouse keeper 2025-08-07 14:07:05 +03:00
versions_map [clickhouse] add clickhouse keeper 2025-08-07 14:07:05 +03:00

How to test packages local

cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete po -l app=source-controller -n cozy-fluxcd