Skip to content

Commit

Permalink
Merge pull request #6 from tegridy-io/renovate/docker.io-cockroachdb-…
Browse files Browse the repository at this point in the history
…cockroach-23.x

Update docker.io/cockroachdb/cockroach Docker tag to v23.2.0
  • Loading branch information
DebakelOrakel committed Feb 5, 2024
2 parents 53ca4cd + 6d4afdf commit 116e032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ parameters:
cockroach:
registry: docker.io
repository: cockroachdb/cockroach
tag: v23.1.8
tag: v23.2.0

databases: {}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
storageClassName: ''
volumeMode: Filesystem
image:
name: docker.io/cockroachdb/cockroach:v23.1.8
name: docker.io/cockroachdb/cockroach:v23.2.0
pullPolicy: IfNotPresent
nodes: 3
tlsEnabled: true
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
value: /cockroach/certs-dir
- name: COCKROACH_HOST
value: apps-database-public
image: docker.io/cockroachdb/cockroach:v23.1.8
image: docker.io/cockroachdb/cockroach:v23.2.0
imagePullPolicy: IfNotPresent
name: client
ports: []
Expand Down

0 comments on commit 116e032

Please sign in to comment.