MCPcopy Index your code
hub / github.com/cockroachdb/helm-charts

github.com/cockroachdb/helm-charts @cockroachdb-v26.2.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release cockroachdb-v26.2.1 ↗ · + Follow
719 symbols 2,825 edges 66 files 365 documented · 51% updated 1d ago★ 10553 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

CockroachDB Helm Charts

This repository contains Helm charts for deploying CockroachDB, the open-source, cloud-native distributed SQL database.

Installation Options

You can install CockroachDB using two approaches, depending on your requirements:

1. cockroachdb

The traditional chart that deploys CockroachDB in StatefulSet mode.
This is a direct installation method for running CockroachDB clusters.

➡️ See the cockroachdb/README.md for detailed installation instructions.

2. cockroachdb-parent

The new recommended way of installing CockroachDB using the CockroachDB Operator.
This parent chart manages both the Operator and CockroachDB installation.

➡️ See the cockroachdb-parent/charts/operator/README.md for details on installing the Operator. ➡️ See the cockroachdb-parent/charts/cockroachdb/README.md for details on installing cockroachdb. ➡️ See VERSIONING.md for operator-managed chart versions, upgrade order, and published chart locations.

Certificates and Security

  1. Self-Signer

    • Information about certificate management with self-signer can be found here.
  2. Cert-manager

    • Information about certificate management with cert-manager can be found here.

Migration

There are two common migration paths:

  1. From the public operator → CockroachDB Operator
  2. Automatic (recommended): docs/migration/operator/controller_migration.md
  3. Manual: docs/migration/operator/manual_migration.md

  4. From a StatefulSet deployment → CockroachDB Operator

  5. Automatic (recommended): docs/migration/helm/controller_migration.md
  6. Manual: docs/migration/helm/manual_migration.md

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 390
Method 224
Struct 84
Interface 9
TypeAlias 9
FuncType 3

Languages

Go100%

Modules by API surface

tests/e2e/operator/region.go65 symbols
tests/e2e/operator/infra/gcp.go47 symbols
pkg/testutils/fake.go45 symbols
tests/template/cockroachdb_helm_template_test.go44 symbols
tests/e2e/migrate/controller_migration_test.go37 symbols
pkg/migrate/helpers.go28 symbols
tests/testutil/require.go24 symbols
tests/template/cockroachdb_operator_template_test.go22 symbols
pkg/upstream/cockroach-operator/api/v1beta1/crdbnode_types.go21 symbols
pkg/upstream/cockroach-operator/api/v1beta1/crdbcluster_types.go20 symbols
pkg/migrate/helpers_test.go19 symbols
pkg/generator/generate_cert.go18 symbols

Datastores touched

defaultdbDatabase · 1 repos

For agents

$ claude mcp add helm-charts \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page