Skip to content

Commit

Permalink
release: advance to v23.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroach-teamcity committed Nov 13, 2023
1 parent 0c8bb79 commit 7feb197
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: 11.2.1
appVersion: 23.1.11
version: 11.2.2
appVersion: 23.1.12
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.1.11
my-release-cockroachdb-1 cockroachdb/cockroach:v23.1.11
my-release-cockroachdb-2 cockroachdb/cockroach:v23.1.11
my-release-cockroachdb-3 cockroachdb/cockroach:v23.1.11
my-release-cockroachdb-0 cockroachdb/cockroach:v23.1.12
my-release-cockroachdb-1 cockroachdb/cockroach:v23.1.12
my-release-cockroachdb-2 cockroachdb/cockroach:v23.1.12
my-release-cockroachdb-3 cockroachdb/cockroach:v23.1.12
```

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.1.11` |
| `image.tag` | Container image tag | `v23.1.12` |
| `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.1.11
tag: v23.1.12
pullPolicy: IfNotPresent
credentials: {}
# registry: docker.io
Expand Down

0 comments on commit 7feb197

Please sign in to comment.