Skip to content

Commit 515b034

Browse files
Merge pull request #8 from tegridy-io/renovate/docker.io-cockroachdb-cockroach-23.x
Update docker.io/cockroachdb/cockroach Docker tag to v23.2.4
2 parents 952eba9 + ac8f5d1 commit 515b034

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ parameters:
1515
cockroach:
1616
registry: docker.io
1717
repository: cockroachdb/cockroach
18-
tag: v23.2.0
18+
tag: v23.2.4
1919

2020
databases: {}

tests/golden/create-db/cockroach-operator/cockroach-operator/20_db_apps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
storageClassName: ''
4040
volumeMode: Filesystem
4141
image:
42-
name: docker.io/cockroachdb/cockroach:v23.2.0
42+
name: docker.io/cockroachdb/cockroach:v23.2.4
4343
pullPolicy: IfNotPresent
4444
nodes: 3
4545
tlsEnabled: true
@@ -89,7 +89,7 @@ spec:
8989
value: /cockroach/certs-dir
9090
- name: COCKROACH_HOST
9191
value: apps-database-public
92-
image: docker.io/cockroachdb/cockroach:v23.2.0
92+
image: docker.io/cockroachdb/cockroach:v23.2.4
9393
imagePullPolicy: IfNotPresent
9494
name: client
9595
ports: []

0 commit comments

Comments
 (0)