Skip to content

Commit

Permalink
release: advance to v24.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroach-teamcity committed Dec 26, 2024
1 parent 8c6313f commit f5e7d15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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: 15.0.2
appVersion: 24.3.1
version: 15.0.3
appVersion: 24.3.2
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 @@ -242,10 +242,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:v24.3.1
my-release-cockroachdb-1 cockroachdb/cockroach:v24.3.1
my-release-cockroachdb-2 cockroachdb/cockroach:v24.3.1
my-release-cockroachdb-3 cockroachdb/cockroach:v24.3.1
my-release-cockroachdb-0 cockroachdb/cockroach:v24.3.2
my-release-cockroachdb-1 cockroachdb/cockroach:v24.3.2
my-release-cockroachdb-2 cockroachdb/cockroach:v24.3.2
my-release-cockroachdb-3 cockroachdb/cockroach:v24.3.2
```

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 @@ -330,7 +330,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 | `v24.3.1` |
| `image.tag` | Container image tag | `v24.3.2` |
| `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 @@ -7,7 +7,7 @@ fullnameOverride: ""

image:
repository: cockroachdb/cockroach
tag: v24.3.1
tag: v24.3.2
pullPolicy: IfNotPresent
credentials: {}
# registry: docker.io
Expand Down

0 comments on commit f5e7d15

Please sign in to comment.