Skip to content

Commit

Permalink
Merge pull request #380 from cockroach-teamcity/update-versions-v23.2…
Browse files Browse the repository at this point in the history
….3-wu8l

release: advance to v23.2.3
  • Loading branch information
yecs1999 committed Mar 25, 2024
2 parents 83947fe + 2e4bc75 commit 7789f16
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: 12.0.2
appVersion: 23.2.2
version: 12.0.3
appVersion: 23.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 @@ -229,10 +229,10 @@ kubectl get pods \
```

```
my-release-cockroachdb-0 cockroachdb/cockroach:v23.2.2
my-release-cockroachdb-1 cockroachdb/cockroach:v23.2.2
my-release-cockroachdb-2 cockroachdb/cockroach:v23.2.2
my-release-cockroachdb-3 cockroachdb/cockroach:v23.2.2
my-release-cockroachdb-0 cockroachdb/cockroach:v23.2.3
my-release-cockroachdb-1 cockroachdb/cockroach:v23.2.3
my-release-cockroachdb-2 cockroachdb/cockroach:v23.2.3
my-release-cockroachdb-3 cockroachdb/cockroach:v23.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 @@ -316,7 +316,7 @@ For details see the [`values.yaml`](values.yaml) file.
| `conf.store.size` | CockroachDB storage size | `""` |
| `conf.store.attrs` | CockroachDB storage attributes | `""` |
| `image.repository` | Container image name | `cockroachdb/cockroach` |
| `image.tag` | Container image tag | `v23.2.2` |
| `image.tag` | Container image tag | `v23.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 @@ -7,7 +7,7 @@ fullnameOverride: ""

image:
repository: cockroachdb/cockroach
tag: v23.2.2
tag: v23.2.3
pullPolicy: IfNotPresent
credentials: {}
# registry: docker.io
Expand Down

0 comments on commit 7789f16

Please sign in to comment.