Skip to content

feat!: add bitnami clickhouse #1760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

TartanLeGrand
Copy link
Contributor

@TartanLeGrand TartanLeGrand commented May 13, 2025

This pull request introduces significant updates to the Helm chart for Sentry, focusing on modernizing dependencies, simplifying configurations, and improving defaults. The changes include upgrading the ClickHouse chart repository, consolidating ClickHouse configurations, and modifying default settings for Kafka, filestore, and other components.

Dependency and Configuration Updates:

  • Updated the ClickHouse chart repository to oci://registry-1.docker.io/bitnamicharts and upgraded its version from 3.14.1 to 9.2.0.
  • Simplified ClickHouse configuration by removing nested configmap settings and replacing them with a flat structure using auth and containerPorts values for username, password, and ports. [1] [2] [3] [4] [5]

Default Behavior Changes:

  • Disabled billingMetricsConsumer and outcomesBillingConsumer by default in values.yaml to reduce resource usage. [1] [2]
  • Enabled sourcemaps by default, which was previously disabled.

Filestore Improvements:

  • Changed accessMode for the filestore from ReadWriteOnce to ReadWriteMany and enabled persistentWorkers for better scalability. [1] [2]

Kafka Optimizations:

  • Reduced the default replicationFactor to 1 and disabled Kafka provisioning by default. Adjusted Kafka controller replicaCount to 1 for a lightweight setup. [1] [2]

Other Notable Changes:

  • Removed support for distributed ClickHouse configurations, simplifying the deployment to single-node mode.

@TartanLeGrand TartanLeGrand changed the title feat: add bitnami clickhouse feat!: add bitnami clickhouse May 13, 2025
@TartanLeGrand TartanLeGrand force-pushed the feat/add-bitnami-clickhouse branch 7 times, most recently from 7d41430 to 76a89cf Compare May 15, 2025 14:41
@TartanLeGrand TartanLeGrand force-pushed the feat/add-bitnami-clickhouse branch from 76a89cf to 5029c2a Compare May 15, 2025 14:50
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.

1 participant