Helm charts for cockroachdb
  • Go 89.6%
  • Shell 6.3%
  • Go Template 2.7%
  • Makefile 1%
  • Starlark 0.2%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-23 15:49:02 +00:00
.github rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
build rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
bundle Added support for linux/arm64 images in helm-charts 2023-09-14 01:22:45 +05:30
cmd [CRDB-55718] docs/migration, pkg/migrate: add controller migration docs and export-values command 2026-05-27 18:22:28 +05:30
cockroachdb-legacy release: advance to v26.3.2 2026-09-23 15:33:08 +00:00
cockroachdb-operator release: advance to v26.3.2 2026-09-23 15:33:08 +00:00
docs rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
examples rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
pkg rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
scripts rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
skills rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
tests rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
.bazelversion Upgrade Bazel version in .bazelversion file (#532) 2025-06-30 12:05:09 +00:00
.gitignore rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
BUILD.bazel Bazelize bump 2022-08-05 10:03:14 -04:00
CHANGELOG.md rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
go.mod Add AWS EKS infrastructure provider for e2e operator tests 2026-06-16 20:19:58 +05:30
go.sum [CC-36299] build: upgrade Go toolchain to 1.26 2026-05-27 18:22:28 +05:30
LICENSE Add the repository license. 2020-07-06 11:12:39 -04:00
Makefile rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
README.md rename chart folders: cockroachdb -> cockroachdb-legacy, cockroachdb-parent -> cockroachdb-operator 2026-09-22 15:47:13 +05:30
version.txt add version text file and make target to prepare bundle 2023-07-05 14:37:54 +05:30
WORKSPACE Upgrade dependencies of Kubernetes to 1.30 and controller-runtime to 0.18 (#530) 2025-06-18 14:12:56 +05:30

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-legacy

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

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

2. cockroachdb-operator

The new recommended way of installing CockroachDB using the CockroachDB Operator.
This umbrella chart manages both the Operator and the CockroachDB cluster it provisions.

➡️ See the cockroachdb-operator/charts/operator/README.md for details on installing the Operator. ➡️ See the cockroachdb-operator/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. From a StatefulSet deployment → CockroachDB Operator