Skip to content

Commit 8f30bde

Browse files
authored
Update the image type default in the CRD (#2220)
1 parent 069f32b commit 8f30bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta2/foundationdbcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ type FoundationDBClusterSpec struct {
241241
// Default: split
242242
// +kubebuilder:validation:Optional
243243
// +kubebuilder:validation:Enum=split;unified
244-
// +kubebuilder:default:=split
244+
// +kubebuilder:default:=unified
245245
ImageType *ImageType `json:"imageType,omitempty"`
246246

247247
// MaxZonesWithUnavailablePods defines the maximum number of zones that can have unavailable pods during the update process.

config/crd/bases/apps.foundationdb.org_foundationdbclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ spec:
396396
ignoreUpgradabilityChecks:
397397
type: boolean
398398
imageType:
399-
default: split
399+
default: unified
400400
enum:
401401
- split
402402
- unified

0 commit comments

Comments
 (0)