Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CRDB versions #1072

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/manager/patches/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,5 @@ spec:
value: cockroachdb/cockroach:v24.2.4
- name: RELATED_IMAGE_COCKROACH_v24_2_5
value: cockroachdb/cockroach:v24.2.5
- name: RELATED_IMAGE_COCKROACH_v24_3_0
value: cockroachdb/cockroach:v24.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ spec:
name: RELATED_IMAGE_COCKROACH_v24_2_4
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:d4f753151af4c3d3f5a1df9014461316249a6d0621b8fba5c4430307b3355251
name: RELATED_IMAGE_COCKROACH_v24_2_5
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:b06bd7f3802e8fa2af14bb0b07804cad4cc0fbbc97da18d09a9106bf074ed6d8
name: RELATED_IMAGE_COCKROACH_v24_3_0
- 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 @@ -299,4 +299,6 @@ spec:
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
- name: RELATED_IMAGE_COCKROACH_v24_3_0
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:b06bd7f3802e8fa2af14bb0b07804cad4cc0fbbc97da18d09a9106bf074ed6d8
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.5
cockroachDBVersion: v24.3.0
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 @@ -418,3 +418,6 @@ CrdbVersions:
- image: cockroachdb/cockroach:v24.2.5
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:d4f753151af4c3d3f5a1df9014461316249a6d0621b8fba5c4430307b3355251
tag: v24.2.5
- image: cockroachdb/cockroach:v24.3.0
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:b06bd7f3802e8fa2af14bb0b07804cad4cc0fbbc97da18d09a9106bf074ed6d8
tag: v24.3.0
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.5
image: cockroachdb/cockroach:v24.3.0
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.5
# cockroachDBVersion: v24.3.0
image:
name: cockroachdb/cockroach:v24.2.5
name: cockroachdb/cockroach:v24.3.0
# 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.5
name: cockroachdb/cockroach:v24.3.0
nodes: 3
2 changes: 2 additions & 0 deletions install/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ spec:
value: cockroachdb/cockroach:v24.2.4
- name: RELATED_IMAGE_COCKROACH_v24_2_5
value: cockroachdb/cockroach:v24.2.5
- name: RELATED_IMAGE_COCKROACH_v24_3_0
value: cockroachdb/cockroach:v24.3.0
- name: OPERATOR_NAME
value: cockroachdb
- name: POD_NAME
Expand Down
Loading