cozystack/packages/apps
Andrei Kvapil be31370540
[clickhouse] add clickhouse keeper (#1298)
<!-- Thank you for making a contribution! Here are some tips for you:
- Start the PR title with the [label] of Cozystack component:
- For system components: [platform], [system], [linstor], [cilium],
[kube-ovn], [dashboard], [cluster-api], etc.
- For managed apps: [apps], [tenant], [kubernetes], [postgres],
[virtual-machine] etc.
- For development and maintenance: [tests], [ci], [docs], [maintenance].
- If it's a work in progress, consider creating this PR as a draft.
- Don't hesistate to ask for opinion and review in the community chats,
even if it's still a draft.
- Add the label `backport` if it's a bugfix that needs to be backported
to a previous version.
-->

## What this PR does


### Release note

<!--  Write a release note:
- Explain what has changed internally and for users.
- Start with the same [label] as in the PR title
- Follow the guidelines at
https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md.
-->

```release-note
- update ch operator
- add chk
```

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

* **New Features**
* Added support for deploying ClickHouse Keeper for cluster
coordination, with configurable enablement, resource presets, and
storage size.
* Introduced new Kubernetes resources and monitoring for ClickHouse
Keeper, including metrics integration and workload monitoring.
* Enhanced configuration flexibility with new parameters for Keeper in
both values and schema files.

* **Documentation**
* Updated documentation to describe new ClickHouse Keeper parameters and
deployment options.
* Improved Helm chart and CRD documentation for ClickHouse Operator,
including new features, configuration options, and secret integration.

* **Bug Fixes**
* Updated Grafana dashboards for compatibility with latest versions and
improved metric queries.

* **Chores**
  * Incremented chart and operator versions.
  * Updated test scripts to include ClickHouse Keeper scenarios.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-08-07 11:45:14 +02:00
..
bucket Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
clickhouse clickhouse add chk 2025-08-04 18:22:43 +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 [kubernetes] Disable VPA for VPA in tenant k8s 2025-08-04 16:47:48 +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 [apps] Introduce new OpenAPI schema generator 2025-08-06 20:08:06 +03: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 fix net pod policy 2025-07-24 17:28:10 +03:00
virtual-machine [apps] Introduce new OpenAPI schema generator 2025-08-06 20:08:06 +03: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 add precommit and fix postgres job (#418) 2024-10-14 18:15:41 +02:00
versions_map [clickhouse] add clickhouse keeper (#1298) 2025-08-07 11:45:14 +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