Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/cockroachdb]: Update version to v19.2.5 (#21584)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Harrison <[email protected]>
  • Loading branch information
danhhz authored Mar 23, 2020
1 parent 1663190 commit 4d2c85a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions stable/cockroachdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: cockroachdb
home: https://www.cockroachlabs.com
version: 3.0.6
appVersion: 19.2.4
version: 3.0.7
appVersion: 19.2.5
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 stable/cockroachdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ kubectl get pods \
-o jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.spec.containers[0].image}{"\n"}'
```
```
my-release-cockroachdb-0 cockroachdb/cockroach:v19.2.4
my-release-cockroachdb-1 cockroachdb/cockroach:v19.2.4
my-release-cockroachdb-2 cockroachdb/cockroach:v19.2.4
my-release-cockroachdb-3 cockroachdb/cockroach:v19.2.4
my-release-cockroachdb-0 cockroachdb/cockroach:v19.2.5
my-release-cockroachdb-1 cockroachdb/cockroach:v19.2.5
my-release-cockroachdb-2 cockroachdb/cockroach:v19.2.5
my-release-cockroachdb-3 cockroachdb/cockroach:v19.2.5
```

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 @@ -244,7 +244,7 @@ For details see the [`values.yaml`](values.yaml) file.
| `conf.port` | CockroachDB primary serving port in Pods | `26257` |
| `conf.http-port` | CockroachDB HTTP port in Pods | `8080` |
| `image.repository` | Container image name | `cockroachdb/cockroach` |
| `image.tag` | Container image tag | `v19.2.4` |
| `image.tag` | Container image tag | `v19.2.5` |
| `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 stable/cockroachdb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: cockroachdb/cockroach
tag: v19.2.4
tag: v19.2.5
pullPolicy: IfNotPresent
credentials: {}
# registry: docker.io
Expand Down

0 comments on commit 4d2c85a

Please sign in to comment.