Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: advance to v23.2.3 #380

Merged
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: 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
Loading