Skip to content

Removes CHIT Resources & Deprecated Charts#50

Merged
joshleecreates merged 7 commits intomainfrom
fix/chits
Aug 11, 2025
Merged

Removes CHIT Resources & Deprecated Charts#50
joshleecreates merged 7 commits intomainfrom
fix/chits

Conversation

@joshleecreates
Copy link
Collaborator

Previously the chart used ClickHouseInstallationTemplate resources
which caused delays in reconcillition. This simplification means updates
are now applied immediately when a new helm release is created.

Note that existing CHIT resources will need to be deleted manually.

fixes #48

Previously the chart used `ClickHouseInstallationTemplate` resources
which caused delays in reconcillition. This simplification means updates
are now applied immediately when a new helm release is created.

Note that existing CHIT resources will need to be deleted manually.

fixes #48
Copy link
Member

@hodgesrm hodgesrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This review is scoped to clickhouse changes only. clickhouse-eks needs a separate review.

  1. Values.yaml should be updated to latest image altinity/clickhouse-server:25.3.6.10034.altinitystable

  2. chk.yaml is generating the template for CHK resource the wrong way. It's multiplying specs for each keeper replica. Instead, you can just set replicasCount in the spec. You can just imitate https://github.com/Altinity/antalya-examples/blob/main/kubernetes/manifests/keeper.yaml. Current implementation fails to bring up keeper on eks because scale-up fails.

@joshleecreates joshleecreates merged commit 622db56 into main Aug 11, 2025
@joshleecreates joshleecreates deleted the fix/chits branch August 11, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[clickhouse] Updates to CHIT applied via new helm releases are not applied automatically

2 participants