File tree Expand file tree Collapse file tree 9 files changed +22
-22
lines changed
Expand file tree Collapse file tree 9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: operator
33 repository: file://charts/operator
4- version: 26.1.1 -preview+2
4+ version: 26.1.2 -preview
55- name: cockroachdb
66 repository: file://charts/cockroachdb
7- version: 26.1.1 -preview+2
8- digest: sha256:cafd25878f99f9d020c7bc020d668fb103dc5a43bfff41455a22817b11a4ba16
9- generated: "2026-03-26T22:37:07.230412+05:30 "
7+ version: 26.1.2 -preview
8+ digest: sha256:8728006693e4da2ea97f2c0a8744df1d6818aba1cca14e7563336cab9d076072
9+ generated: "2026-04-08T17:22:25.498043153Z "
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ apiVersion: v2
33name : cockroachdb-parent
44description : A parent Helm chart for CockroachDB and its operator using helm-spray
55type : application
6- version : 26.1.1 -preview+2
7- appVersion : 26.1.1
6+ version : 26.1.2 -preview
7+ appVersion : 26.1.2
88dependencies :
99 - name : operator
10- version : 26.1.1 -preview+2
10+ version : 26.1.2 -preview
1111 condition : operator.enabled
1212 repository : " file://charts/operator"
1313 - name : cockroachdb
14- version : 26.1.1 -preview+2
14+ version : 26.1.2 -preview
1515 condition : cockroachdb.enabled
1616 repository : " file://charts/cockroachdb"
Original file line number Diff line number Diff line change 22apiVersion : v1
33name : cockroachdb
44home : https://www.cockroachlabs.com
5- version : 26.1.1 -preview+2
6- appVersion : 26.1.1
5+ version : 26.1.2 -preview
6+ appVersion : 26.1.2
77description : CockroachDB is a scalable, survivable, strongly-consistent SQL database.
88icon : https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
99sources :
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ cockroachdb:
155155 # image captures the container image settings for CockroachDB nodes.
156156 image :
157157 # name defines the CockroachDB container image.
158- name : cockroachdb/cockroach:v26.1.1
158+ name : cockroachdb/cockroach:v26.1.2
159159 # pullPolicy defines the image pull policy for CockroachDB.
160160 pullPolicy : IfNotPresent
161161 # registry defines the container registry host (e.g., gcr.io, docker.io).
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ apiVersion: v2
33name : operator
44description : A Helm chart for managing the CockroachDB operator.
55type : application
6- appVersion : 26.1.1
7- version : 26.1.1 -preview+2
6+ appVersion : 26.1.2
7+ version : 26.1.2 -preview
Original file line number Diff line number Diff line change 2727# namespace: test-cockroach
2828#
2929# image:
30- # name: cockroachdb/cockroach:v26.1.1
30+ # name: cockroachdb/cockroach:v26.1.2
3131# pullPolicy: IfNotPresent
3232#
3333# nameOverride: ""
Original file line number Diff line number Diff line change 22apiVersion : v1
33name : cockroachdb
44home : https://www.cockroachlabs.com
5- version : 20.0.2
6- appVersion : 26.1.1
5+ version : 20.0.3
6+ appVersion : 26.1.2
77description : CockroachDB is a scalable, survivable, strongly-consistent SQL database.
88icon : https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
99sources :
Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ my-release-cockroachdb-init-nwjkh 0/1 ContainerCreating 0 6s
189189$ kubectl get pods \
190190-o jsonpath=' {range .items[*]}{.metadata.name}{"\t"}{.spec.containers[0].image}{"\n"}'
191191
192- my-release-cockroachdb-0 cockroachdb/cockroach:v26.1.1
193- my-release-cockroachdb-1 cockroachdb/cockroach:v26.1.1
194- my-release-cockroachdb-2 cockroachdb/cockroach:v26.1.1
195- my-release-cockroachdb-3 cockroachdb/cockroach:v26.1.1
192+ my-release-cockroachdb-0 cockroachdb/cockroach:v26.1.2
193+ my-release-cockroachdb-1 cockroachdb/cockroach:v26.1.2
194+ my-release-cockroachdb-2 cockroachdb/cockroach:v26.1.2
195+ my-release-cockroachdb-3 cockroachdb/cockroach:v26.1.2
196196```
197197
198198Resume normal operations. Once you are comfortable that the stability and performance of the cluster is what you'd expect post-upgrade, finalize the upgrade:
@@ -277,7 +277,7 @@ For details see the [`values.yaml`](values.yaml) file.
277277| ` conf.store.attrs ` | CockroachDB storage attributes | ` "" ` |
278278| ` conf.wal-failover ` | CockroachDB WAL Failover configuration | ` {} ` |
279279| ` image.repository ` | Container image name | ` cockroachdb/cockroach ` |
280- | ` image.tag ` | Container image tag | ` v26.1.1 ` |
280+ | ` image.tag ` | Container image tag | ` v26.1.2 ` |
281281| ` image.pullPolicy ` | Container pull policy | ` IfNotPresent ` |
282282| ` image.credentials ` | ` registry ` , ` user ` and ` pass ` credentials to pull private image | ` {} ` |
283283| ` statefulset.replicas ` | StatefulSet replicas number | ` 3 ` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ timestamp: "2021-10-18T00:00:00Z"
1111
1212image :
1313 repository : cockroachdb/cockroach
14- tag : v26.1.1
14+ tag : v26.1.2
1515 pullPolicy : IfNotPresent
1616 credentials : {}
1717 # registry: docker.io
You can’t perform that action at this time.
0 commit comments