Skip to content

Commit de5eb20

Browse files
authored
Merge pull request #167 from cockroachdb/revert-to-v21.1.7
2 parents c7b9836 + ad60639 commit de5eb20

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
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: cockroachdb
33
home: https://www.cockroachlabs.com
4-
version: 6.1.0
5-
appVersion: 21.1.8
4+
version: 6.1.1
5+
appVersion: 21.1.7
66
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
77
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
88
sources:

cockroachdb/README.md

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

230230
```
231-
my-release-cockroachdb-0 cockroachdb/cockroach:v21.1.8
232-
my-release-cockroachdb-1 cockroachdb/cockroach:v21.1.8
233-
my-release-cockroachdb-2 cockroachdb/cockroach:v21.1.8
234-
my-release-cockroachdb-3 cockroachdb/cockroach:v21.1.8
231+
my-release-cockroachdb-0 cockroachdb/cockroach:v21.1.7
232+
my-release-cockroachdb-1 cockroachdb/cockroach:v21.1.7
233+
my-release-cockroachdb-2 cockroachdb/cockroach:v21.1.7
234+
my-release-cockroachdb-3 cockroachdb/cockroach:v21.1.7
235235
```
236236

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

287287
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).
288288

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

291291
## Configuration
292292

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

cockroachdb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: cockroachdb/cockroach
3-
tag: v21.1.8
3+
tag: v21.1.7
44
pullPolicy: IfNotPresent
55
credentials: {}
66
# registry: docker.io

0 commit comments

Comments
 (0)