Skip to content
Open
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
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.2.2-preview+2
version: 25.2.3-preview
- name: cockroachdb
repository: file://charts/cockroachdb
version: 25.2.2-preview+2
digest: sha256:38a6c54411a81631dceaaf9525c307fe8fbd449da0d75bde2afd9a8e9c40b95d
generated: "2025-07-26T14:54:13.807804+05:30"
version: 25.2.3-preview
digest: sha256:659dbf954cbbfc967027956336afe8b87d2244cf96956b1b58dd49d0c6ab6449
generated: "2025-07-29T19:18:58.036052582Z"
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.2.2-preview+2
appVersion: 25.2.2
version: 25.2.3-preview
appVersion: 25.2.3
dependencies:
- name: operator
version: 25.2.2-preview+2
version: 25.2.3-preview
condition: operator.enabled
repository: "file://charts/operator"
- name: cockroachdb
version: 25.2.2-preview+2
version: 25.2.3-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.2.2-preview+2
appVersion: 25.2.2
version: 25.2.3-preview
appVersion: 25.2.3
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.2.2
name: cockroachdb/cockroach:v25.2.3
# 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.2.2
version: 25.2.2-preview+2
appVersion: 25.2.3
version: 25.2.3-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.2.2
# name: cockroachdb/cockroach:v25.2.3
# 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: 17.0.5
appVersion: 25.2.2
version: 17.0.6
appVersion: 25.2.3
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 @@ -226,10 +226,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.2.2
my-release-cockroachdb-1 cockroachdb/cockroach:v25.2.2
my-release-cockroachdb-2 cockroachdb/cockroach:v25.2.2
my-release-cockroachdb-3 cockroachdb/cockroach:v25.2.2
my-release-cockroachdb-0 cockroachdb/cockroach:v25.2.3
my-release-cockroachdb-1 cockroachdb/cockroach:v25.2.3
my-release-cockroachdb-2 cockroachdb/cockroach:v25.2.3
my-release-cockroachdb-3 cockroachdb/cockroach:v25.2.3
```

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 @@ -314,7 +314,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.2.2` |
| `image.tag` | Container image tag | `v25.2.3` |
| `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.2.2
tag: v25.2.3
pullPolicy: IfNotPresent
credentials: {}
# registry: docker.io
Expand Down
Loading