Skip to content

Commit 32ed064

Browse files
authored
Merge pull request #290 from cockroachdb/set-orchestration-version-22.2.2
bump version to v22.2.2
2 parents 0ddaa02 + 1432eb7 commit 32ed064

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cockroachdb/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
apiVersion: v1
33
name: cockroachdb
44
home: https://www.cockroachlabs.com
5-
version: 10.0.1
6-
appVersion: 22.2.1
5+
version: 10.0.2
6+
appVersion: 22.2.2
77
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
88
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
99
sources:

cockroachdb/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ kubectl get pods \
229229
```
230230

231231
```
232-
my-release-cockroachdb-0 cockroachdb/cockroach:v22.2.1
233-
my-release-cockroachdb-1 cockroachdb/cockroach:v22.2.1
234-
my-release-cockroachdb-2 cockroachdb/cockroach:v22.2.1
235-
my-release-cockroachdb-3 cockroachdb/cockroach:v22.2.1
232+
my-release-cockroachdb-0 cockroachdb/cockroach:v22.2.2
233+
my-release-cockroachdb-1 cockroachdb/cockroach:v22.2.2
234+
my-release-cockroachdb-2 cockroachdb/cockroach:v22.2.2
235+
my-release-cockroachdb-3 cockroachdb/cockroach:v22.2.2
236236
```
237237

238238
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:
@@ -287,7 +287,7 @@ Verify that no pod is deleted and then upgrade as normal. A new StatefulSet will
287287

288288
For more information about upgrading a cluster to the latest major release of CockroachDB, see [Upgrade to CockroachDB v21.1](https://www.cockroachlabs.com/docs/stable/upgrade-cockroach-version.html).
289289

290-
Note that there are some backward-incompatible changes to SQL features between versions 20.2 and 21.1. For details, see the [CockroachDB v22.2.1 release notes](https://www.cockroachlabs.com/docs/releases/v22.2.1.html#backward-incompatible-changes).
290+
Note that there are some backward-incompatible changes to SQL features between versions 20.2 and 21.1. For details, see the [CockroachDB v22.2.2 release notes](https://www.cockroachlabs.com/docs/releases/v22.2.2.html#backward-incompatible-changes).
291291

292292
## Configuration
293293

@@ -316,7 +316,7 @@ For details see the [`values.yaml`](values.yaml) file.
316316
| `conf.store.size` | CockroachDB storage size | `""` |
317317
| `conf.store.attrs` | CockroachDB storage attributes | `""` |
318318
| `image.repository` | Container image name | `cockroachdb/cockroach` |
319-
| `image.tag` | Container image tag | `v22.2.1` |
319+
| `image.tag` | Container image tag | `v22.2.2` |
320320
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
321321
| `image.credentials` | `registry`, `user` and `pass` credentials to pull private image | `{}` |
322322
| `statefulset.replicas` | StatefulSet replicas number | `3` |

cockroachdb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated file, DO NOT EDIT. Source: build/templates/values.yaml
22
image:
33
repository: cockroachdb/cockroach
4-
tag: v22.2.1
4+
tag: v22.2.2
55
pullPolicy: IfNotPresent
66
credentials: {}
77
# registry: docker.io

0 commit comments

Comments
 (0)