Skip to content

Commit

Permalink
Update CRDB versions (#987)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and cockroach-dev-inf authored Jun 15, 2023
1 parent 1e1df53 commit 1c13e91
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 @@ -218,3 +218,5 @@ spec:
value: cockroachdb/cockroach:v23.1.1
- name: RELATED_IMAGE_COCKROACH_v23_1_2
value: cockroachdb/cockroach:v23.1.2
- name: RELATED_IMAGE_COCKROACH_v23_1_3
value: cockroachdb/cockroach:v23.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,5 @@ spec:
image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:bc4b75ed71845d5b18e1d9163d480fd9d0d3cb5ebbcfed00a2e4e1b174c0a5de
- name: RELATED_IMAGE_COCKROACH_v23_1_2
image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:0b0e0588c1aadf0c3826cd584bd2b3a7d6781882dcb5c5e037b47ff5cb84509b
- name: RELATED_IMAGE_COCKROACH_v23_1_3
image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:40f00476b63cb9e370fe85f01407173693213a9242fc117d28b06378ca0d98e0
2 changes: 2 additions & 0 deletions config/manifests/patches/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,6 @@ spec:
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:bc4b75ed71845d5b18e1d9163d480fd9d0d3cb5ebbcfed00a2e4e1b174c0a5de
- name: RELATED_IMAGE_COCKROACH_v23_1_2
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:0b0e0588c1aadf0c3826cd584bd2b3a7d6781882dcb5c5e037b47ff5cb84509b
- name: RELATED_IMAGE_COCKROACH_v23_1_3
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:40f00476b63cb9e370fe85f01407173693213a9242fc117d28b06378ca0d98e0
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: v23.1.2
cockroachDBVersion: v23.1.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 @@ -310,3 +310,6 @@ CrdbVersions:
- image: cockroachdb/cockroach:v23.1.2
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:0b0e0588c1aadf0c3826cd584bd2b3a7d6781882dcb5c5e037b47ff5cb84509b
tag: v23.1.2
- image: cockroachdb/cockroach:v23.1.3
redhatImage: registry.connect.redhat.com/cockroachdb/cockroach@sha256:40f00476b63cb9e370fe85f01407173693213a9242fc117d28b06378ca0d98e0
tag: v23.1.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:v23.1.2
image: cockroachdb/cockroach:v23.1.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: v23.1.2
# cockroachDBVersion: v23.1.3
image:
name: cockroachdb/cockroach:v23.1.2
name: cockroachdb/cockroach:v23.1.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:v23.1.2
name: cockroachdb/cockroach:v23.1.3
nodes: 3
2 changes: 2 additions & 0 deletions install/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ spec:
value: cockroachdb/cockroach:v23.1.1
- name: RELATED_IMAGE_COCKROACH_v23_1_2
value: cockroachdb/cockroach:v23.1.2
- name: RELATED_IMAGE_COCKROACH_v23_1_3
value: cockroachdb/cockroach:v23.1.3
- name: OPERATOR_NAME
value: cockroachdb
- name: POD_NAME
Expand Down

0 comments on commit 1c13e91

Please sign in to comment.