Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [cockroachdb-parent-25.4.0-preview] 2025-11-25
### Changed
- Updated the CockroachDB version to v25.4.0.

## [cockroachdb-parent-25.3.4-preview+1] 2025-11-25
### Added
- Added WAL failover custom path support in CockroachDB operator.
Expand Down
8 changes: 4 additions & 4 deletions cockroachdb-parent/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: operator
repository: file://charts/operator
version: 25.3.4-preview+1
version: 25.4.0-preview
- name: cockroachdb
repository: file://charts/cockroachdb
version: 25.3.4-preview+1
digest: sha256:d0a6019097a776a1a0957da0d00639856a5d16a61b826fec25d184f5cfedcfc0
generated: "2025-10-31T00:56:21.004226+05:30"
version: 25.4.0-preview
digest: sha256:d061699fcc65228d23d1e988a0510f8368e8a353ef80a1a4e6071667a395da54
generated: "2025-11-19T20:29:50.726110283Z"
8 changes: 4 additions & 4 deletions cockroachdb-parent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ apiVersion: v2
name: cockroachdb-parent
description: A parent Helm chart for CockroachDB and its operator using helm-spray
type: application
version: 25.3.4-preview+1
appVersion: 25.3.4
version: 25.4.0-preview
appVersion: 25.4.0
dependencies:
- name: operator
version: 25.3.4-preview+1
version: 25.4.0-preview
condition: operator.enabled
repository: "file://charts/operator"
- name: cockroachdb
version: 25.3.4-preview+1
version: 25.4.0-preview
condition: cockroachdb.enabled
repository: "file://charts/cockroachdb"
4 changes: 2 additions & 2 deletions cockroachdb-parent/charts/cockroachdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v1
name: cockroachdb
home: https://www.cockroachlabs.com
version: 25.3.4-preview+1
appVersion: 25.3.4
version: 25.4.0-preview
appVersion: 25.4.0
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion cockroachdb-parent/charts/cockroachdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ cockroachdb:
# image captures the container image settings for CockroachDB nodes.
image:
# name defines the CockroachDB container image.
name: cockroachdb/cockroach:v25.3.4
name: cockroachdb/cockroach:v25.4.0
# pullPolicy defines the image pull policy for CockroachDB.
pullPolicy: IfNotPresent
# registry defines the container registry host (e.g., gcr.io, docker.io).
Expand Down
4 changes: 2 additions & 2 deletions cockroachdb-parent/charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: operator
description: A Helm chart for managing the CockroachDB operator.
type: application
appVersion: 25.3.4
version: 25.3.4-preview+1
appVersion: 25.4.0
version: 25.4.0-preview
2 changes: 1 addition & 1 deletion cockroachdb-parent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# namespace: test-cockroach
#
# image:
# name: cockroachdb/cockroach:v25.3.4
# name: cockroachdb/cockroach:v25.4.0
# pullPolicy: IfNotPresent
#
# nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions cockroachdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v1
name: cockroachdb
home: https://www.cockroachlabs.com
version: 18.0.6
appVersion: 25.3.4
version: 19.0.0
appVersion: 25.4.0
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions cockroachdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ my-release-cockroachdb-init-nwjkh 0/1 ContainerCreating 0 6s
$ kubectl get pods \
-o jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.spec.containers[0].image}{"\n"}'

my-release-cockroachdb-0 cockroachdb/cockroach:v25.3.4
my-release-cockroachdb-1 cockroachdb/cockroach:v25.3.4
my-release-cockroachdb-2 cockroachdb/cockroach:v25.3.4
my-release-cockroachdb-3 cockroachdb/cockroach:v25.3.4
my-release-cockroachdb-0 cockroachdb/cockroach:v25.4.0
my-release-cockroachdb-1 cockroachdb/cockroach:v25.4.0
my-release-cockroachdb-2 cockroachdb/cockroach:v25.4.0
my-release-cockroachdb-3 cockroachdb/cockroach:v25.4.0
```

Resume normal operations. Once you are comfortable that the stability and performance of the cluster is what you'd expect post-upgrade, finalize the upgrade:
Expand Down Expand Up @@ -277,7 +277,7 @@ For details see the [`values.yaml`](values.yaml) file.
| `conf.store.attrs` | CockroachDB storage attributes | `""` |
| `conf.wal-failover` | CockroachDB WAL Failover configuration | `{}` |
| `image.repository` | Container image name | `cockroachdb/cockroach` |
| `image.tag` | Container image tag | `v25.3.4` |
| `image.tag` | Container image tag | `v25.4.0` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `image.credentials` | `registry`, `user` and `pass` credentials to pull private image | `{}` |
| `statefulset.replicas` | StatefulSet replicas number | `3` |
Expand Down
2 changes: 1 addition & 1 deletion cockroachdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ timestamp: "2021-10-18T00:00:00Z"

image:
repository: cockroachdb/cockroach
tag: v25.3.4
tag: v25.4.0
pullPolicy: IfNotPresent
credentials: {}
# registry: docker.io
Expand Down
Loading