Skip to content

Commit

Permalink
Update supported CRDB versions. (#1048)
Browse files Browse the repository at this point in the history
Co-authored-by: CRL Release bot <teamcity@cockroachlabs.com>
  • Loading branch information
github-actions[bot] and cockroach-teamcity authored Oct 3, 2024
1 parent 72e3753 commit f3baba0
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 @@ -322,3 +322,5 @@ spec:
value: cockroachdb/cockroach:v24.2.0
- name: RELATED_IMAGE_COCKROACH_v24_2_2
value: cockroachdb/cockroach:v24.2.2
- name: RELATED_IMAGE_COCKROACH_v24_2_3
value: cockroachdb/cockroach:v24.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ spec:
name: RELATED_IMAGE_COCKROACH_v24_2_0
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:08cec123813304ab03bd66d72a09949667a874a42320bedafda391ebcdb2e56c
name: RELATED_IMAGE_COCKROACH_v24_2_2
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:acc083f7dde1fbc557d858d03fc26b68b2056997fc1a457e4695650214d5b303
name: RELATED_IMAGE_COCKROACH_v24_2_3
- 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 @@ -331,4 +331,6 @@ spec:
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:cad60044ad6573bd80b65e892a9ec0510dbe4fcbbfc6b51010ecf419f56f1024
- name: RELATED_IMAGE_COCKROACH_v24_2_2
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:08cec123813304ab03bd66d72a09949667a874a42320bedafda391ebcdb2e56c
- name: RELATED_IMAGE_COCKROACH_v24_2_3
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:acc083f7dde1fbc557d858d03fc26b68b2056997fc1a457e4695650214d5b303
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.2
cockroachDBVersion: v24.2.3
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 @@ -466,3 +466,6 @@ CrdbVersions:
- image: cockroachdb/cockroach:v24.2.2
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:08cec123813304ab03bd66d72a09949667a874a42320bedafda391ebcdb2e56c
tag: v24.2.2
- image: cockroachdb/cockroach:v24.2.3
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:acc083f7dde1fbc557d858d03fc26b68b2056997fc1a457e4695650214d5b303
tag: v24.2.3
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.2
image: cockroachdb/cockroach:v24.2.3
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.2
# cockroachDBVersion: v24.2.3
image:
name: cockroachdb/cockroach:v24.2.2
name: cockroachdb/cockroach:v24.2.3
# 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.2
name: cockroachdb/cockroach:v24.2.3
nodes: 3
2 changes: 2 additions & 0 deletions install/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,8 @@ spec:
value: cockroachdb/cockroach:v24.2.0
- name: RELATED_IMAGE_COCKROACH_v24_2_2
value: cockroachdb/cockroach:v24.2.2
- name: RELATED_IMAGE_COCKROACH_v24_2_3
value: cockroachdb/cockroach:v24.2.3
- name: OPERATOR_NAME
value: cockroachdb
- name: POD_NAME
Expand Down

0 comments on commit f3baba0

Please sign in to comment.