Skip to content
Open
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
332 changes: 241 additions & 91 deletions config/manager/patches/image.yaml

Large diffs are not rendered by default.

330 changes: 240 additions & 90 deletions config/manifests/bases/cockroach-operator.clusterserviceversion.yaml

Large diffs are not rendered by default.

332 changes: 241 additions & 91 deletions config/manifests/patches/deployment_patch.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions config/samples/crdb-tls-example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 The Cockroach Authors
# Copyright 2026 The Cockroach Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@ kind: CrdbCluster
metadata:
name: crdb-tls-example
spec:
cockroachDBVersion: v23.2.3
cockroachDBVersion: v25.4.3
dataStore:
pvc:
spec:
Expand Down
495 changes: 360 additions & 135 deletions crdb-versions.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/client-secure-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 The Cockroach Authors
# Copyright 2026 The Cockroach Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@ spec:
serviceAccountName: cockroachdb-sa
containers:
- name: cockroachdb-client-secure
image: cockroachdb/cockroach:v23.2.3
image: cockroachdb/cockroach:v25.4.3
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
6 changes: 3 additions & 3 deletions examples/example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 The Cockroach Authors
# Copyright 2026 The Cockroach Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down 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.2.3
# cockroachDBVersion: v25.4.3
image:
name: cockroachdb/cockroach:v23.2.3
name: cockroachdb/cockroach:v25.4.3
# nodes refers to the number of crdb pods that are created
# via the statefulset
nodes: 3
Expand Down
4 changes: 2 additions & 2 deletions examples/smoketest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 The Cockroach Authors
# Copyright 2026 The Cockroach Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -39,5 +39,5 @@ spec:
memory: 300Mi
tlsEnabled: true
image:
name: cockroachdb/cockroach:v23.2.3
name: cockroachdb/cockroach:v25.4.3
nodes: 3
330 changes: 240 additions & 90 deletions install/operator.yaml

Large diffs are not rendered by default.