Skip to content

Commit

Permalink
Update supported CRDB versions. (#1069)
Browse files Browse the repository at this point in the history
Co-authored-by: CRL Release bot <[email protected]>
  • Loading branch information
github-actions[bot] and cockroach-teamcity authored Nov 18, 2024
1 parent 30607bc commit e3322d7
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 5 deletions.
2 changes: 2 additions & 0 deletions config/manager/patches/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,5 @@ spec:
value: cockroachdb/cockroach:v24.2.3
- name: RELATED_IMAGE_COCKROACH_v24_2_4
value: cockroachdb/cockroach:v24.2.4
- name: RELATED_IMAGE_COCKROACH_v24_2_5
value: cockroachdb/cockroach:v24.2.5
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ spec:
name: RELATED_IMAGE_COCKROACH_v24_2_3
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:226d7f1c3f0d70ac6532ad9490bebcdef44a40959b6aa7c11b0f2d1383a46217
name: RELATED_IMAGE_COCKROACH_v24_2_4
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:d4f753151af4c3d3f5a1df9014461316249a6d0621b8fba5c4430307b3355251
name: RELATED_IMAGE_COCKROACH_v24_2_5
- image: RH_COCKROACH_OP_IMAGE_PLACEHOLDER
name: RELATED_IMAGE_COCKROACH_OPERATOR
version: 0.0.0
2 changes: 2 additions & 0 deletions config/manifests/patches/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,6 @@ spec:
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:acc083f7dde1fbc557d858d03fc26b68b2056997fc1a457e4695650214d5b303
- name: RELATED_IMAGE_COCKROACH_v24_2_4
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:226d7f1c3f0d70ac6532ad9490bebcdef44a40959b6aa7c11b0f2d1383a46217
- name: RELATED_IMAGE_COCKROACH_v24_2_5
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:d4f753151af4c3d3f5a1df9014461316249a6d0621b8fba5c4430307b3355251
image: RH_COCKROACH_OP_IMAGE_PLACEHOLDER
2 changes: 1 addition & 1 deletion config/samples/crdb-tls-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kind: CrdbCluster
metadata:
name: crdb-tls-example
spec:
cockroachDBVersion: v24.2.4
cockroachDBVersion: v24.2.5
dataStore:
pvc:
spec:
Expand Down
3 changes: 3 additions & 0 deletions crdb-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,6 @@ CrdbVersions:
- image: cockroachdb/cockroach:v24.2.4
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:226d7f1c3f0d70ac6532ad9490bebcdef44a40959b6aa7c11b0f2d1383a46217
tag: v24.2.4
- image: cockroachdb/cockroach:v24.2.5
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:d4f753151af4c3d3f5a1df9014461316249a6d0621b8fba5c4430307b3355251
tag: v24.2.5
2 changes: 1 addition & 1 deletion examples/client-secure-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: cockroachdb-sa
containers:
- name: cockroachdb-client-secure
image: cockroachdb/cockroach:v24.2.4
image: cockroachdb/cockroach:v24.2.5
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions examples/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ spec:
memory: 8Gi
tlsEnabled: true
# You can set either a version of the db or a specific image name
# cockroachDBVersion: v24.2.4
# cockroachDBVersion: v24.2.5
image:
name: cockroachdb/cockroach:v24.2.4
name: cockroachdb/cockroach:v24.2.5
# nodes refers to the number of crdb pods that are created
# via the statefulset
nodes: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ spec:
memory: 300Mi
tlsEnabled: true
image:
name: cockroachdb/cockroach:v24.2.4
name: cockroachdb/cockroach:v24.2.5
nodes: 3
2 changes: 2 additions & 0 deletions install/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,8 @@ spec:
value: cockroachdb/cockroach:v24.2.3
- name: RELATED_IMAGE_COCKROACH_v24_2_4
value: cockroachdb/cockroach:v24.2.4
- name: RELATED_IMAGE_COCKROACH_v24_2_5
value: cockroachdb/cockroach:v24.2.5
- name: OPERATOR_NAME
value: cockroachdb
- name: POD_NAME
Expand Down

0 comments on commit e3322d7

Please sign in to comment.